Skip to content

Commit

Permalink
Merge pull request #2285 from sparklemotion/flavorjones-test-verbose-…
Browse files Browse the repository at this point in the history
…in-ci

ci: run minitest in verbose mode on CI
  • Loading branch information
flavorjones committed Jul 7, 2021
2 parents 75b306d + 43de07e commit bac9d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/test.rake
Expand Up @@ -75,6 +75,7 @@ def nokogiri_test_task_configuration(t)
t.libs << "test"
t.test_files = FileList["test/**/test_*.rb"]
t.verbose = true
t.options = "-v" if ENV["CI"]
end

Rake::TestTask.new do |t|
Expand Down

0 comments on commit bac9d4c

Please sign in to comment.