From b767a40cd85a6624f2ee821f5ffdd56c9d08aa80 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 19 Dec 2019 23:41:32 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c316b04..ac01d24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -138,3 +138,25 @@ jobs: source $HOME/.wasmer/wasmer.sh cd test ./run-spec-test.py --engine "../build/wasm3" --exec "../build-wasi/wasm3.wasm" + + build-arm: + runs-on: ARM32 + timeout-minutes: 5 + + strategy: + fail-fast: false + + steps: + - uses: actions/checkout@v1 + - name: Run CMake + run: | + mkdir build + cd build + cmake .. + - name: Build + run: | + cmake --build build + - name: Run spec tests + run: | + cd test + python run-spec-test.py