Run CI specs in parallel

This commit is contained in:
Rohan Mitchell
2015-06-03 14:29:24 +10:00
parent db47c01784
commit 2b3689fd93

View File

@@ -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