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.
rbs
1 parent e906c6d commit 42f0a09Copy full SHA for 42f0a09
Rakefile
@@ -60,6 +60,8 @@ task :validate => :compile do
60
61
libs = FileList["stdlib/*"].map {|path| File.basename(path).to_s }
62
63
+ libs.delete "rbs"
64
+
65
# Skip RBS validation because Ruby CI runs without rubygems
66
case skip_rbs_validation = ENV["SKIP_RBS_VALIDATION"]
67
when nil
@@ -90,7 +92,7 @@ task :stdlib_test => :compile do
90
92
if ENV["RANDOMIZE_STDLIB_TEST_ORDER"] == "true"
91
93
test_files.shuffle!
94
end
-
95
96
sh "#{ruby} -Ilib #{bin}/test_runner.rb #{test_files.join(' ')}"
97
# TODO: Ractor tests need to be run in a separate process
98
sh "#{ruby} -Ilib #{bin}/test_runner.rb test/stdlib/Ractor_test.rb"
0 commit comments