Skip to content

Commit 44b3742

Browse files
committed
Don't fail fast
Signed-off-by: David Calavera <[email protected]>
1 parent 97563d3 commit 44b3742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
run:
310310
shell: bash
311311
strategy:
312-
fail-fast: true # TODO(david): change this before merging
312+
fail-fast: false
313313
matrix:
314314
os:
315315
- ubuntu-latest

0 commit comments

Comments
 (0)