mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Use knapsack to parallelize tests
...in order to reduce TravisCI runtimes
This commit is contained in:
parent
03ef28e74d
commit
dd0a52cca9
8 changed files with 136 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue