Skip to content

Commit 7fd015a

Browse files
authored
Tests should not fail fast
1 parent 76a5d4f commit 7fd015a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
timeout-minutes: 10
4747
runs-on: ubuntu-latest
4848
strategy:
49+
fail-fast: false
4950
matrix:
5051
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
5152
steps:

0 commit comments

Comments
 (0)