Skip to content

Commit fa976ee

Browse files
committed
Update build.yml
Disable fail fast as we have a growing matrix for the test and a failure in one does not necessarily imply a failure in the other build configurations.
1 parent 7818dc4 commit fa976ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212

1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
include:
1617
- branch: swift-5.4.3-release

0 commit comments

Comments
 (0)