We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2568ba9 commit 00324efCopy full SHA for 00324ef
1 file changed
.github/workflows/Test.yml
@@ -25,7 +25,7 @@ jobs:
25
actions: write
26
contents: read
27
strategy:
28
- fail-fast: false # TODO: toggle
+ fail-fast: true # TODO: toggle
29
matrix:
30
version:
31
- "lts"
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
- fail-fast: false
+ fail-fast: true
112
113
114
0 commit comments