build: use binstubs for test:prepare task for running tests

This commit is contained in:
Ryan W
2024-05-04 09:45:39 -07:00
parent c5630239d9
commit 75689aa4fc
+1 -2
View File
@@ -74,8 +74,7 @@ jobs:
- name: Create database
run: |
bundle exec rails db:create
bundle exec rails db:schema:load
bin/rails db:test:prepare
- name: Run tests
run: bundle exec rake