Skip to content

Commit

Permalink
🔨 Add rubocop_gradual to default task
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 5, 2024
1 parent 8f0215d commit 62d3695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
continue-on-error: ${{ matrix.experimental != 'false' }}

- name: Run tests
run: bundle exec rake
run: bundle exec rake test

- name: CodeClimate Post-build Notification
run: cc-test-reporter after-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
bundler-cache: true

- name: Run tests
run: bundle exec rake
run: bundle exec rake test
2 changes: 1 addition & 1 deletion .github/workflows/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
bundler-cache: true

- name: Run tests
run: bundle exec rake
run: bundle exec rake test
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ task test: :spec
require "rubocop/lts"
Rubocop::Lts.install_tasks

task default: :spec
task default: %i[spec rubocop_gradual]

0 comments on commit 62d3695

Please sign in to comment.