mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Do not run rubocop on non-CRuby (#2737)
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
This commit is contained in:
parent
d048ea0308
commit
c8e93a1c42
1 changed files with 0 additions and 4 deletions
4
.github/workflows/non_mri.yml
vendored
4
.github/workflows/non_mri.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue