From 5790d171caf6da384c4d5245a73e24c714596965 Mon Sep 17 00:00:00 2001 From: Caspian Baska Date: Wed, 20 Oct 2021 15:49:10 +1100 Subject: [PATCH] Allow other jobs to continue after failure --- .github/workflows/crystal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index bbed10a..b2d9f08 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -12,6 +12,7 @@ jobs: name: "crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }}" continue-on-error: ${{ !matrix.stable }} strategy: + fail-fast: false matrix: stable: [true] crystal: @@ -54,4 +55,3 @@ jobs: - name: Failed if: ${{ failure() }} run: "[ -f libsodium_install.out ] && cat libsodium_install.out" -