diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5799e47..3a8ddd04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: PGUSER: postgres PGPASSWORD: postgres - #- run: bundle exec rake db:test:load + - run: bundle exec rake db:test:load - run: bundle exec rspec # - uses: coverallsapp/github-action@v2