mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-04 02:31:33 +00:00
Run CI specs in parallel
This commit is contained in:
@@ -13,7 +13,8 @@ echo "--- Bundling"
|
||||
bundle install
|
||||
|
||||
echo "--- Loading test database"
|
||||
bundle exec rake db:test:load
|
||||
bundle exec rake db:drop db:create db:schema:load
|
||||
bundle exec rake parallel:drop parallel:create parallel:load_schema
|
||||
|
||||
echo "--- Running tests"
|
||||
bundle exec rspec spec
|
||||
bundle exec rake parallel:spec
|
||||
|
||||
Reference in New Issue
Block a user