]> Repositorios git - scryer-prolog.git/commitdiff
undo `continue-on-error`
authorBennet Bleßmann <[email protected]>
Fri, 16 Feb 2024 21:23:22 +0000 (22:23 +0100)
committerBennet Bleßmann <[email protected]>
Fri, 16 Feb 2024 21:23:22 +0000 (22:23 +0100)
- currently  `continue-on-error` is not shown in a usefull way on failiure see <https://github.com/orgs/community/discussions/15452>

.github/workflows/ci.yml

index b992191f51a90234a4b9399f762b0304a65c3668..20defe868a678854852edbf1fc9fd7a7b311c377 100644 (file)
@@ -63,10 +63,8 @@ jobs:
 
       # Build and test.
       - name: Build library
-        continue-on-error: ${{ contains(matrix.target,'wasm32') || contains(matrix.rust-version,'nightly') }} # allow wasm builds to fail tests for now
         run: cargo build --all-targets --target ${{ matrix.target }} ${{ matrix.args }} --verbose
       - name: Test
-        continue-on-error: ${{ contains(matrix.target,'wasm32') || contains(matrix.rust-version,'nightly') }} # allow wasm builds to fail tests for now
         run: cargo test --target ${{ matrix.target }} ${{ matrix.args }} --all
 
       # On stable rust builds, build a binary and publish as a github actions