extensions
Volodymyr Shymanskyy 5 years ago
parent 9820586e63
commit 1f2fc0cbd0

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

Loading…
Cancel
Save