Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent 62ef44f24b
commit 0152486ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,10 +12,6 @@ jobs:
fail-fast: false
matrix:
compiler: [gcc, clang]
flags: ["", "-m32"]
build_type: ["-DCMAKE_BUILD_TYPE=Debug", ""]
config:
- {target: clang, cc: clang, }
- {target: clang-x86, cc: clang, flags: -DCMAKE_C_FLAGS="-m32", install: "gcc-multilib" }
@ -61,13 +57,9 @@ jobs:
run: |
cmake --build build
- name: Run spec tests
run: |
cd test
./run-spec-test.py
run: cd test && python3 run-spec-test.py
- name: Run WASI tests
run: |
cd test
./run-wasi-test.py
run: cd test && python3 run-wasi-test.py
build-win:
runs-on: windows-latest

Loading…
Cancel
Save