Skip to content

Commit b90c57e

Browse files
committed
disable fail-fast
1 parent 0401e73 commit b90c57e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
test-ubuntu:
88
strategy:
99
matrix:
10+
fail-fast: false
1011
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
1112
os:
1213
- ubuntu-24.04
@@ -19,6 +20,7 @@ jobs:
1920
test-macos:
2021
strategy:
2122
matrix:
23+
fail-fast: false
2224
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
2325
os:
2426
- macos-15-large
@@ -36,6 +38,7 @@ jobs:
3638
test-windows:
3739
strategy:
3840
matrix:
41+
fail-fast: false
3942
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
4043
os:
4144
- windows-2022

0 commit comments

Comments
 (0)