Skip to content

Commit

Permalink
Merge pull request #22 from eregon/no-fail-fast
Browse files Browse the repository at this point in the history
Use fail-fast: false
  • Loading branch information
eregon authored Jan 11, 2024
2 parents e35e32f + d9fc3f1 commit 92ec862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down

0 comments on commit 92ec862

Please sign in to comment.