From 28417d079902fced6c3d2c737d56d554ac1e1c1b Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 19 Dec 2019 23:48:18 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ffcb32..b5a5318 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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