We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0573342 commit b8f1ee1Copy full SHA for b8f1ee1
Rakefile
@@ -15,7 +15,7 @@ Rake::TestTask.new do |t|
15
end
16
17
desc 'Run tests and RuboCop (RuboCop runs on mri only)'
18
-task ci: [:test]
+task ci: Bundler.current_ruby.mri? ? [:test, :rubocop] : [:test]
19
20
desc 'Run tests and RuboCop'
21
task rubotest: [:test, :rubocop]
0 commit comments