diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3e415a..8759ed4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -248,10 +248,11 @@ jobs: run: | cd test python3 run-spec-test.py --exec "wine ./wasm3-win.com --repl" - - name: Test WASI apps (in Wine) - run: | - cd test - python3 run-wasi-test.py --fast --exec "wine ./wasm3-win.com" + # TODO: + #- name: Test WASI apps (in Wine) + # run: | + # cd test + # python3 run-wasi-test.py --fast --exec "wine ./wasm3-win.com" build-cross-qemu: runs-on: ubuntu-latest @@ -542,7 +543,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9" ] steps: - uses: actions/checkout@v2