mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
sort travis sets by run time
This commit is contained in:
@@ -6,11 +6,11 @@ rvm:
|
||||
# The test cases are roughly split according to their test times.
|
||||
# It would be better to use https://github.com/ArturT/knapsack.
|
||||
env:
|
||||
- TEST_CASES="./spec/features/admin"
|
||||
- TEST_CASES="./spec/features/consumer"
|
||||
- TEST_CASES="./spec/models"
|
||||
- TEST_CASES="./spec/controllers ./spec/views"
|
||||
- TEST_CASES="./spec/requests ./spec/helpers ./spec/mailers"
|
||||
- TEST_CASES="./spec/features/admin"
|
||||
- TEST_CASES="./spec/features/consumer"
|
||||
#- TEST_CASES="./spec/routing"
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user