Skip to content

Commit 0ad7de2

Browse files
committed
Use bundle exec
1 parent 91069f1 commit 0ad7de2

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
@@ -38,4 +38,4 @@ jobs:
3838
- name: Build
3939
run: rake compile
4040
- name: Run test
41-
run: rake test
41+
run: bundle exec rake test

0 commit comments

Comments
 (0)