From de75f968822e447dc42ad5dc5b9809f784896402 Mon Sep 17 00:00:00 2001 From: Markus Hauru Date: Mon, 3 Jun 2024 13:07:37 +0100 Subject: [PATCH] Set fail-fast: false for CI test matrix --- .github/workflows/Tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 81e5b147a..9223ef771 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -12,6 +12,7 @@ jobs: continue-on-error: ${{ matrix.version == 'nightly' }} strategy: + fail-fast: false matrix: test-args: # Run some of the slower test files individually. The last one catches everything