Skip to content

Commit f5828cf

Browse files
GitHub Actions: do not fail fast on Dart SDK tests.
1 parent 183aade commit f5828cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
lib:
3636
strategy:
37+
fail-fast: false # To see all Dart SDKs that fail, also sometimes with more helpful errors.
3738
matrix:
3839
os:
3940
- windows-2019

0 commit comments

Comments
 (0)