Update tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 011aed57f0
commit 28417d0799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,13 +139,10 @@ jobs:
cd test
./run-spec-test.py --engine "../build/wasm3" --exec "../build-wasi/wasm3.wasm"
build-arm:
build-raspberry:
runs-on: self-hosted
timeout-minutes: 5
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v1
- name: Run CMake
@ -159,4 +156,4 @@ jobs:
- name: Run spec tests
run: |
cd test
python run-spec-test.py
python3 run-spec-test.py

Loading…
Cancel
Save