diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9803cd1..452132b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - compiler: gcc flags: "-m32" - build_type: "-DCMAKE_BUILD_TYPE=Debug" + #build_type: "-DCMAKE_BUILD_TYPE=Debug" # TODO: exclude only debug, leave -m32 steps: - uses: actions/checkout@v1 @@ -92,7 +92,6 @@ jobs: cmake --build build --config Release cp ./build/Release/wasm3.exe ./build/ - name: Run spec tests - continue-on-error: true # TODO run: | cd test python run-spec-test.py @@ -119,7 +118,6 @@ jobs: run: | cmake --build build-wasi - name: Run spec tests - continue-on-error: true # TODO run: | source $HOME/.wasmer/wasmer.sh cd test