diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 596db697..49687f7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,10 +81,10 @@ jobs: bundler-cache: true - name: Run tests on sqlite - run: DB=sqlite bundle exec rake + run: DB=sqlite bundle exec rspec - name: Run tests on postgres - run: DB=postgres bundle exec rake + run: DB=postgres bundle exec rspec lint: name: Lint