Skip to content

Commit 42f0a09

Browse files
committed
Skip validating rbs
1 parent e906c6d commit 42f0a09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ task :validate => :compile do
6060

6161
libs = FileList["stdlib/*"].map {|path| File.basename(path).to_s }
6262

63+
libs.delete "rbs"
64+
6365
# Skip RBS validation because Ruby CI runs without rubygems
6466
case skip_rbs_validation = ENV["SKIP_RBS_VALIDATION"]
6567
when nil
@@ -90,7 +92,7 @@ task :stdlib_test => :compile do
9092
if ENV["RANDOMIZE_STDLIB_TEST_ORDER"] == "true"
9193
test_files.shuffle!
9294
end
93-
95+
9496
sh "#{ruby} -Ilib #{bin}/test_runner.rb #{test_files.join(' ')}"
9597
# TODO: Ractor tests need to be run in a separate process
9698
sh "#{ruby} -Ilib #{bin}/test_runner.rb test/stdlib/Ractor_test.rb"

0 commit comments

Comments
 (0)