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
./run-spec-test.py --timeout 30
- name: Run WASI tests
if: !contains(matrix.flags, '-m32') # TODO: remove this check
if: "!contains(matrix.flags, '-m32')" # TODO: remove this check
run: |
cd test
./run-wasi-test.py --timeout 120

Loading…
Cancel
Save