DEV: Use `--profile` and `--fail-fast` in CI only

This commit is contained in:
Penar Musaraj 2019-03-11 22:04:47 -04:00
parent 34b29f62db
commit 49cdb072d7
2 changed files with 2 additions and 2 deletions

2
.rspec
View File

@ -1,3 +1 @@
--colour
--profile
--fail-fast

View File

@ -118,6 +118,8 @@ task 'docker:test' do
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
unless ENV["SKIP_CORE"]
params = []
params << "--profile"
params << "--fail-fast"
if ENV["BISECT"]
params << "--bisect"
end