From 821c66c5a2a08d924a03521cd39da0d269958797 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 11 Sep 2023 14:26:31 -0500 Subject: [PATCH] Dont fail all CI matrices if one fails --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 505154e..bfe2683 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: ci: needs: ["fmt"] strategy: + fail-fast: false matrix: include: - name: Windows x86_64