From 4427f244b27862771d7a4670b443b79931f7054d Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Fri, 25 Mar 2022 12:02:22 -0500 Subject: [PATCH] Only run the files we run in CI --- rakelib/rubyspec.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakelib/rubyspec.rake b/rakelib/rubyspec.rake index 9d8e84be5dd..231a136fb90 100644 --- a/rakelib/rubyspec.rake +++ b/rakelib/rubyspec.rake @@ -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]