Skip to content

Commit

Permalink
No fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 0d0b3e4 commit eea921f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
name: Release build for ${{ matrix.build }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.determine.outputs.build-matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eea921f

Please sign in to comment.