Skip to content

Commit deef742

Browse files
committed
Always run all CI jobs even if some fail
1 parent b18a0a9 commit deef742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
test:
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
python: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1516
os: [ ubuntu-latest, macos-latest, windows-latest ]
@@ -70,6 +71,7 @@ jobs:
7071

7172
test_min_deps:
7273
strategy:
74+
fail-fast: false
7375
matrix:
7476
os: [ ubuntu-latest, macos-latest, windows-latest ]
7577
runs-on: ${{ matrix.os }}
@@ -149,6 +151,7 @@ jobs:
149151
name: Integration Tests
150152
runs-on: ubuntu-latest
151153
strategy:
154+
fail-fast: false
152155
matrix:
153156
lockfile:
154157
- "pdm.lock"

0 commit comments

Comments
 (0)