Skip to content

Commit 005391e

Browse files
committed
Don't use bundle exec
1 parent 4daa447 commit 005391e

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
@@ -30,4 +30,4 @@ jobs:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
3232
- name: Run test
33-
run: bundle exec rake test
33+
run: rake test

0 commit comments

Comments
 (0)