Skip to content

Commit a80066c

Browse files
committed
disable fail fast for the ci
1 parent 73f0b7f commit a80066c

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
@@ -27,6 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: ['rubocop']
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
ruby-version: ['2.7', '3.0', '3.1', 'head']
3233
grape-version: [1.6.2, 1.5.3]

0 commit comments

Comments
 (0)