Enable WASI tests for x86 builds

extensions
Volodymyr Shymanskyy 5 years ago
parent 876e795cd2
commit e2d9097c70

@ -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

Loading…
Cancel
Save