Skip to content

Commit df45747

Browse files
Enable fail fast on tests.
1 parent e9b2956 commit df45747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
unit-test:
4545
runs-on: ubuntu-latest
4646
strategy:
47-
fail-fast: false
47+
fail-fast: true
4848
matrix:
4949
python-version: ["3.11", "3.12", "3.13", "3.14"]
5050

@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
7171
strategy:
72-
fail-fast: false
72+
fail-fast: true
7373
matrix:
7474
python-version: ["3.11", "3.12", "3.13", "3.14"]
7575

0 commit comments

Comments
 (0)