Skip to content

Commit 0dd1abf

Browse files
authored
test: toggle fail fast until Enzyme bug is fixed (#936)
1 parent 4e8d71a commit 0dd1abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 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'
@@ -91,7 +91,7 @@ jobs:
9191
actions: write
9292
contents: read
9393
strategy:
94-
fail-fast: true # TODO: toggle
94+
fail-fast: false # TODO: toggle
9595
matrix:
9696
version:
9797
- '1.10'
@@ -166,7 +166,7 @@ jobs:
166166
actions: write
167167
contents: read
168168
strategy:
169-
fail-fast: true # TODO: toggle
169+
fail-fast: false # TODO: toggle
170170
matrix:
171171
version:
172172
- '1.10'

0 commit comments

Comments
 (0)