diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f456ccb..948c64c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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