Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
compnerd committed Oct 20, 2022
1 parent 7818dc4 commit fa976ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: windows-latest

strategy:
fail-fast: false
matrix:
include:
- branch: swift-5.4.3-release
Expand Down

0 comments on commit fa976ee

Please sign in to comment.