Skip to content

Commit 3622d84

Browse files
committed
Use bundle exec
1 parent 63e5679 commit 3622d84

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
@@ -18,4 +18,4 @@ jobs:
1818
ruby-version: ${{ matrix.ruby }}
1919
bundler-cache: true
2020
- name: Run test
21-
run: rake test
21+
run: bundle exec rake test

0 commit comments

Comments
 (0)