Update spec-tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 66cfff09af
commit 7189adbdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,14 @@ jobs:
build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""]
#flags: ["", "-m32"] # TODO
exclude:
- compiler: clang
build_type: "-DCMAKE_BUILD_TYPE=Debug"
- compiler: gcc
flags: "-m32"
build_type: "-DCMAKE_BUILD_TYPE=Debug"
steps:
- uses: actions/checkout@v1
- name: Install multilib
@ -37,7 +45,7 @@ jobs:
- name: Run WASI tests
run: |
cd test
./run-wasi-test.py
./run-wasi-test.py --timeout 120
build-mac:
runs-on: macos-latest

Loading…
Cancel
Save