Skip to content

Commit fb2711d

Browse files
Jammy2211claude
authored andcommitted
build: add fail-fast: false to CI matrix
Ensure both Python 3.12 and 3.13 jobs always run to completion even if one fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f62183 commit fb2711d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
unittest:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
python-version: ['3.12', '3.13']
1112
steps:

0 commit comments

Comments
 (0)