rubocop-ast
rubocop-ast copied to clipboard
Enable CI on JRuby
@marcandre I noticed in GHA that JRuby is not run with --dev. JRUBY_OPTS=--dev on my machine drops spec runs from 25s to 15s. Hopefully takes a little sting out of adding us to CI.
If set as an ENV this will also speed up the bundle install as well.
Cool, thanks @enebo! #175
@marcandre I also submitted https://github.com/ruby/setup-ruby/pull/164 which should remove 10s of installing bundler on jruby-head (I noticed truffle ruby already does this and MRI 2.7+).
ruby/setup-ruby#164 has merged, perhaps we will see it in effect soon on rubocop-ast builds? 😀
Not yet, it is installing 9.2.16 right now.