Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/rubyspec.rake
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ namespace :spec do
desc "Run fast specs that do not spawn many subprocesses"
task :'ruby:fast' do
mspec :compile_mode => "OFF",
:format => 's',
:format => 'd',
:spec_target => ":fast",
:jruby_opts => "--dev"
end
@@ -25,7 +25,7 @@ namespace :spec do
task :'ruby:fast:jit' do
mspec :compile_mode => "JIT",
:jit_threshold => 0,
:format => 's',
:format => 'd',
:spec_target => ":fast",
:jruby_opts => "--dev"
end

0 comments on commit 6d8b0eb

Please sign in to comment.