Skip to content

Commit c831f61

Browse files
committed
fail slow
1 parent a053cd9 commit c831f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Test with ${{ matrix.py }} on ${{ matrix.os }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
30-
fail-fast: true
30+
fail-fast: false
3131
matrix:
3232
py: ['3.13', '3.12', '3.11', '3.10', '3.9']
3333
os: [ubuntu-latest]

0 commit comments

Comments
 (0)