Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
DEV: Use --profile and --fail-fast in CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Mar 12, 2019
1 parent 34b29f6 commit 49cdb07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
--colour
--profile
--fail-fast
2 changes: 2 additions & 0 deletions lib/tasks/docker.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49cdb07

Please sign in to comment.