1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Use db:schema:load for CI

This commit is contained in:
Philipp Fischbeck 2019-02-05 16:01:42 +01:00
parent ee320b281c
commit 9e48486b5d

View File

@ -7,5 +7,5 @@ rvm:
- 2.3
script:
- export RAILS_ENV=test
- bundle exec rake db:create db:migrate
- bundle exec rake db:schema:load
- bundle exec rake test