Skip to content

Commit

Permalink
Also don't run guides tests in the benchmark file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 9, 2021
1 parent 024522a commit c72e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Rakefile
Expand Up @@ -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) ||
Expand Down

0 comments on commit c72e5cc

Please sign in to comment.