Skip to content

Commit

Permalink
CI: avoid cancelling all build steps if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Dec 27, 2024
1 parent d8492af commit f866f8b
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 @@ -6,6 +6,7 @@ jobs:
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
Expand Down

0 comments on commit f866f8b

Please sign in to comment.