We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e6d60 commit c143dfcCopy full SHA for c143dfc
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
bundle config set --local retry '3'
44
- run:
45
name: Install Ruby Dependencies
46
- command: bundle install --local --frozen
+ command: bundle install --local --jobs=4 --retry=3
47
48
name: Run Tests
49
command: bundle exec rake test
0 commit comments