Skip to content

Commit

Permalink
Do not run rubocop on non-CRuby (puma#2737)
Browse files Browse the repository at this point in the history
It does not seem useful (redundant with running it on CRuby), makes builds slower, and also sometimes makes builds fail: https://github.com/puma/puma/runs/4047984193?check_suite_focus=true
  • Loading branch information
eregon authored and JuanitoFatas committed Sep 9, 2022
1 parent f536c7f commit c44609a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/non_mri.yml
Expand Up @@ -62,10 +62,6 @@ jobs:
- name: compile
run: bundle exec rake compile

- name: rubocop
if: endsWith(matrix.ruby, '-head') == false
run: bundle exec rake rubocop

- name: test
id: test
timeout-minutes: 12
Expand Down

0 comments on commit c44609a

Please sign in to comment.