Skip to content

Commit af7c5e5

Browse files
committed
gh-actions: allow all jobs to finish, even if one matrix item fails
1 parent 6667765 commit af7c5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
py-ver-major: [3]
2323
py-ver-minor: [8, 9, 10, 11, 12, "13.0-rc.1"]
24+
fail-fast: false
2425

2526
env:
2627
py-semver: ${{ format('{0}.{1}', matrix.py-ver-major, matrix.py-ver-minor) }}

0 commit comments

Comments
 (0)