Skip to content

Commit 4112cbc

Browse files
committed
Use rspec instead of rake
1 parent 54945f7 commit 4112cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
bundler-cache: true
8282

8383
- name: Run tests on sqlite
84-
run: DB=sqlite bundle exec rake
84+
run: DB=sqlite bundle exec rspec
8585

8686
- name: Run tests on postgres
87-
run: DB=postgres bundle exec rake
87+
run: DB=postgres bundle exec rspec
8888

8989
lint:
9090
name: Lint

0 commit comments

Comments
 (0)