Skip to content

Commit 7a7a30e

Browse files
authored
Do not cancel concurrent CI matrix jobs (#2668)
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.
1 parent 3e70e89 commit 7a7a30e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
7777
test:
7878
strategy:
79+
fail-fast: false
7980
matrix:
8081
python-version: ["3.8", "3.12"]
8182
platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest

0 commit comments

Comments
 (0)