Skip to content

Commit 6f33800

Browse files
committed
Set fail-fast strategy to false in CI workflows
To detect which version does really fail
1 parent 0fe7e51 commit 6f33800

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/client-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build:
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
os: [ubuntu-latest]
1314
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

.github/workflows/server-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
build:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1718
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)