Skip to content

Commit

Permalink
Only run the files we run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 25, 2022
1 parent 70df12f commit 4427f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/rubyspec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace :spec do
mspec :command => "run",
:compile_mode => "OFF",
:format => "s",
:spec_target => "spec/ruby",
:spec_target => ":ci_files",
:jruby_opts => "--dev",
:spec_config => "spec/jruby.mspec",
:tags => [:wip]
Expand Down

0 comments on commit 4427f24

Please sign in to comment.