Skip to content

Commit 0d3a5e3

Browse files
committed
ci: Don't fail fast
If one job in the matrix of jobs fails, we still want to be able to see the results from the other jobs.
1 parent 14a8995 commit 0d3a5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20+
fail-fast: false
2021
steps:
2122

2223
- name: Check out the commit

0 commit comments

Comments
 (0)