diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 452132b..8a88f3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,7 @@ jobs: cd test ./run-spec-test.py --timeout 30 - name: Run WASI tests + if: !contains(matrix.flags, '-m32') # TODO: remove this check run: | cd test ./run-wasi-test.py --timeout 120 @@ -123,3 +124,4 @@ jobs: cd test ./run-spec-test.py --engine "wasmer run" --exec "../build-wasi/wasm3.wasm" + # TODO Run WASI tests