Skip to content

Commit 624d3a7

Browse files
committed
Do not fail-fast matrix jobs that may have interesting results
1 parent 8412bd5 commit 624d3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
14+
fail-fast: false
1415
runs-on: ${{ matrix.os }}
1516
steps:
1617
- uses: actions/checkout@v5
@@ -43,6 +44,7 @@ jobs:
4344
matrix:
4445
os: [ubuntu-latest, windows-latest]
4546
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
47+
fail-fast: false
4648
runs-on: ubuntu-latest
4749
steps:
4850
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)