Skip to content

Commit

Permalink
ci: run tests using bin/rails
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 26, 2024
1 parent 26c114e commit 704439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
bundler-cache: true

- name: Run tests
run: bundle exec rspec
run: bin/rails test

0 comments on commit 704439c

Please sign in to comment.