Skip to content

Commit f866f8b

Browse files
committed
CI: avoid cancelling all build steps if one fails
1 parent d8492af commit f866f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
77
runs-on: ${{ matrix.os }}-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [ ubuntu ]
1112
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]

0 commit comments

Comments
 (0)