Skip to content

Commit 6ffe064

Browse files
committed
turn off fail-fast
1 parent fecd332 commit 6ffe064

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
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
python-version: ["3.10", "3.11", "3.12", "3.13"]
24+
fail-fast: false
2425

2526
steps:
2627
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)