diff --git a/.circleci/config.yml b/.circleci/config.yml index 758c2e7..941eb18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,6 +72,7 @@ jobs: # Database setup - run: bundle exec rake db:create - run: bundle exec rake db:schema:load + - run: bundle exec rake db:migrate RAILS_ENV=test - run: name: Rubocop