Skip to content

Commit

Permalink
Merge pull request #308 from grosser/grosser/spec
Browse files Browse the repository at this point in the history
do not run rubocop for each ruby version
  • Loading branch information
grosser authored Nov 16, 2021
2 parents 900b87a + bb2a4c1 commit 86351b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
task: [ 'default' ]
task: [ 'spec' ]
include:
- ruby: 2.5 # keep in sync with lowest version
task: rubocop
Expand Down

0 comments on commit 86351b3

Please sign in to comment.