Use rake test instead of ci:lite

The `ci:lite` task is busted but the `test` task works just fine.
This commit is contained in:
Matt Rogers 2018-05-31 09:56:51 -05:00
parent a4476ae74a
commit f1d2c7c0f2
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -28,5 +28,5 @@ script/poll-for-db
# bin/rails db:environment:set RAILS_ENV=test || true
bin/rake db:reset
bin/rake ci:lite
bin/rake test