Enable WASI tests for RPi

extensions
Volodymyr Shymanskyy 5 years ago
parent e2d9097c70
commit 7837392a3d

@ -157,3 +157,8 @@ jobs:
run: |
cd test
python3 run-spec-test.py
- name: Run WASI tests
continue-on-error: true # TODO
run: |
cd test
./run-wasi-test.py

Loading…
Cancel
Save