Use knapsack to parallelize tests

...in order to reduce TravisCI runtimes
This commit is contained in:
James Mason 2018-05-08 08:45:31 -07:00
parent 03ef28e74d
commit a2edff8b8c
No known key found for this signature in database
GPG key ID: 1B3951886C449023
8 changed files with 136 additions and 3 deletions

View file

@ -17,7 +17,7 @@ case $TEST_SUITE in
bundle exec haml-lint app/views
;;
rspec)
bundle exec rspec --color --format documentation
bundle exec rake "knapsack:rspec[--color --format documentation]"
;;
*)
bundle exec rubocop -Dc .rubocop.yml