Merge pull request #2106 from TracksApp/stop-using-the-ci-tasks

Use `rake test` instead of `ci:lite`
This commit is contained in:
Matt Rogers 2018-05-31 10:06:59 -05:00 committed by GitHub
commit 2ed4544ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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