From 7189adbdc6cdc26b5baf05672f1a058524a03f74 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 18 Dec 2019 15:59:44 +0200 Subject: [PATCH] Update spec-tests.yml --- .github/workflows/spec-tests.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index 2585b9b..62cf5f3 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -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