Do not run performance specs in CI

This commit is contained in:
Rohan Mitchell
2015-06-03 13:00:07 +10:00
parent b3878b126b
commit 36dc0d5ccd
3 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ echo "--- Loading test database"
bundle exec rake db:test:load
echo "--- Running tests"
bundle exec rspec spec
bundle exec rspec --tag ~performance spec