We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91ddfb commit badc8dcCopy full SHA for badc8dc
1 file changed
.github/workflows/Test.yml
@@ -25,7 +25,7 @@ jobs:
25
actions: write
26
contents: read
27
strategy:
28
- fail-fast: true # TODO: toggle
+ fail-fast: false # TODO: toggle
29
matrix:
30
version:
31
- "1.10"
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
- fail-fast: true
+ fail-fast: false
104
105
106
0 commit comments