Skip to content

Commit 1a1dfd3

Browse files
committed
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.
1 parent d626f3c commit 1a1dfd3

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.7", "3.12"]
8182
platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest

0 commit comments

Comments
 (0)