]> Repositorios git - scryer-prolog.git/commitdiff
Allow all jobs to run to completion even if one fails
authorJoe Taber <[email protected]>
Sun, 24 Sep 2023 02:43:51 +0000 (21:43 -0500)
committerGitHub <[email protected]>
Sun, 24 Sep 2023 02:43:51 +0000 (21:43 -0500)
See: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

.github/workflows/ci.yml

index 7ec3a0515a09ca1dc707b515364d19dc32a30175..786defb1deec409c512fed4d5d62992313b40f75 100644 (file)
@@ -14,6 +14,7 @@ jobs:
   build-test:
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: false
       matrix:
         include:
           - { os: windows-latest, rust-version: stable,  shell: 'msys2 {0}', target: 'x86_64-pc-windows-gnu'}