From 9820586e6360eaf2a635163e1352da2a43d99f2e Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 19 Dec 2019 03:03:24 +0200 Subject: [PATCH] Update ci --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9803cd1..452132b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - compiler: gcc flags: "-m32" - build_type: "-DCMAKE_BUILD_TYPE=Debug" + #build_type: "-DCMAKE_BUILD_TYPE=Debug" # TODO: exclude only debug, leave -m32 steps: - uses: actions/checkout@v1 @@ -92,7 +92,6 @@ jobs: cmake --build build --config Release cp ./build/Release/wasm3.exe ./build/ - name: Run spec tests - continue-on-error: true # TODO run: | cd test python run-spec-test.py @@ -119,7 +118,6 @@ jobs: run: | cmake --build build-wasi - name: Run spec tests - continue-on-error: true # TODO run: | source $HOME/.wasmer/wasmer.sh cd test