Skip to content

Commit e46cc5e

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 b575b7c commit e46cc5e

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
@@ -77,6 +77,7 @@ jobs:
7777
test:
7878
strategy:
7979
matrix:
80+
fail-fast: false
8081
python-version: ["3.7", "3.12"]
8182
platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest
8283
# test only latest version on macos and windows

0 commit comments

Comments
 (0)