diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ece4ba2..f456ccb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,6 @@ 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