Skip to content

Commit 6b131c9

Browse files
committed
Use bundle exec
1 parent b6764e8 commit 6b131c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)