Skip to content

Commit

Permalink
Add missing fail-fast: false on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jun 1, 2022
1 parent 901c0b7 commit f541922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- run: bundle exec rake

rubocop:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -38,6 +40,7 @@ jobs:

rubies:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'debug']
Expand Down

0 comments on commit f541922

Please # to comment.