1
0
Fork 0
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:
Benoit Daloze 2021-10-30 20:01:12 +02:00 committed by GitHub
parent d048ea0308
commit c8e93a1c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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