From c72e5cca019fcc07be6d5038dae3e5ea53308a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 9 Feb 2021 19:39:10 +0000 Subject: [PATCH] Also don't run guides tests in the benchmark file --- guides/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Rakefile b/guides/Rakefile index 0e6556f3b863b..425b5432a5b09 100644 --- a/guides/Rakefile +++ b/guides/Rakefile @@ -79,7 +79,7 @@ task :test do counter = templates.count do |file| puts "--- Running #{file}" - if RUBY_VERSION < "2.7.0" && file.end_with?("_main.rb") + if RUBY_VERSION < "2.7.0" && file.end_with?("_main.rb", "benchmark.rb") 1 else Bundler.clean_system(Gem.ruby, "-w", file) ||