diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 303a1c56..29d07fe5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,4 +20,4 @@ jobs: bundler-cache: true - name: Run tests - run: bundle exec rspec + run: bin/rails test