Skip to content

Commit 72e7081

Browse files
committed
fail-fast: false
1 parent d2607a3 commit 72e7081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}-latest
3939
continue-on-error: ${{ matrix.experimental }}
4040
strategy:
41-
fail-fast: true
41+
fail-fast: false
4242
matrix:
4343
os: [ 'Ubuntu', 'MacOS', 'Windows' ]
4444
python-version: [ '3.11', '3.12', '3.13', '3.14' ]

0 commit comments

Comments
 (0)