Skip to content

Commit 2f07bcf

Browse files
committed
Use bundle exec
1 parent 225ad71 commit 2f07bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
ruby-version: ${{ matrix.ruby }}
2626
bundler-cache: true
2727
- name: Run test
28-
run: rake test
28+
run: bundle exec rake test

0 commit comments

Comments
 (0)