Update tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 1f2fc0cbd0
commit 0de363cc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ jobs:
cd test cd test
./run-spec-test.py --timeout 30 ./run-spec-test.py --timeout 30
- name: Run WASI tests - name: Run WASI tests
if: !contains(matrix.flags, '-m32') # TODO: remove this check if: "!contains(matrix.flags, '-m32')" # TODO: remove this check
run: | run: |
cd test cd test
./run-wasi-test.py --timeout 120 ./run-wasi-test.py --timeout 120

Loading…
Cancel
Save