Skip to content

Commit 4bd73d4

Browse files
committed
turn off github actions fail-fast, to make it easier to get all CI green
1 parent 35c3ca2 commit 4bd73d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test_matrix:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
ruby-version: ['2.7.6', 'jruby-9.4.11.0']
1314
gemfile:

0 commit comments

Comments
 (0)