Skip to content

Commit badc8dc

Browse files
committed
No fail fast
1 parent c91ddfb commit badc8dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
actions: write
2626
contents: read
2727
strategy:
28-
fail-fast: true # TODO: toggle
28+
fail-fast: false # TODO: toggle
2929
matrix:
3030
version:
3131
- "1.10"
@@ -100,7 +100,7 @@ jobs:
100100
actions: write
101101
contents: read
102102
strategy:
103-
fail-fast: true
103+
fail-fast: false
104104
matrix:
105105
version:
106106
- "1.10"

0 commit comments

Comments
 (0)