Skip to content

Commit

Permalink
Disable fast failure
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jun 7, 2024
1 parent d7fc1b7 commit ff1bec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.3"]
os: ["ubuntu-24.04", "ubuntu-22.04"]
Expand Down

0 comments on commit ff1bec7

Please sign in to comment.