From 1a1dfd3a26edbe7a3ace010422b8da6cc277da2a Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Tue, 1 Jul 2025 14:41:51 -0400 Subject: [PATCH] Do not cancel concurrent CI matrix jobs Failing fast makes it impossible to determine if the issue is specific to one job in the matrix or not, as we would never get the results from the others to compare. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f99348de3..150998776b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,6 +76,7 @@ jobs: test: strategy: + fail-fast: false matrix: python-version: ["3.7", "3.12"] platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest