Skip to content

Commit

Permalink
revert: fail-fast false
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 11, 2024
1 parent e39e1aa commit cc860e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.package }} (${{ matrix.os }}/${{ matrix.arch }})
runs-on: ${{ matrix.runs_on }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [macos, linux]
arch: [amd64, arm32, arm64]
Expand Down

0 comments on commit cc860e4

Please sign in to comment.