Skip to content

Commit ff1bec7

Browse files
committed
Disable fast failure
1 parent d7fc1b7 commit ff1bec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
name: Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
ruby: ["3.2", "3.3"]
1617
os: ["ubuntu-24.04", "ubuntu-22.04"]

0 commit comments

Comments
 (0)