Disable APE under Wine test for now

extensions
Volodymyr Shymanskyy 3 years ago
parent 158611f3e5
commit 3a058d0de5

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

Loading…
Cancel
Save