Skip to content

Commit 856b4cd

Browse files
committed
add fail-fast: true to get quicker feedback
1 parent d89646a commit 856b4cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
21+
fail-fast: true
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v6

0 commit comments

Comments
 (0)