mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 07:52:45 +08:00
DEV: Use verbose mode when running tests in CI
This commit is contained in:
parent
e55578681e
commit
abebc4e05e
|
@ -196,7 +196,7 @@ task 'docker:test' do
|
|||
end
|
||||
|
||||
if ENV['USE_TURBO']
|
||||
@good &&= run_or_fail("bundle exec ./bin/turbo_rspec #{params.join(' ')}".strip)
|
||||
@good &&= run_or_fail("bundle exec ./bin/turbo_rspec --verbose #{params.join(' ')}".strip)
|
||||
else
|
||||
@good &&= run_or_fail("bundle exec rspec #{params.join(' ')}".strip)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user