Skip to content

Commit 8b10cee

Browse files
committed
Don't use bundle exec
1 parent 4daa447 commit 8b10cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
31-
bundler-cache: true
31+
- run: bundle install --jobs 4 --retry 3
3232
- name: Run test
33-
run: bundle exec rake test
33+
run: rake test

0 commit comments

Comments
 (0)