dynamically allocate RSpec tests across CI nodes

This commit is contained in:
rgarcia
2017-11-03 13:09:21 +01:00
committed by ArturT
parent e2d4fbd9ce
commit d238889dec

View File

@@ -10,7 +10,7 @@ before_script:
- bundle exec rake db:setup
script:
- "bundle exec rake assets:precompile RAILS_ENV=test"
- "bundle exec rake knapsack_pro:rspec"
- "bundle exec rake knapsack_pro:queue:rspec"
env:
global:
- KNAPSACK_PRO_CI_NODE_TOTAL=2