Skip to content

Commit e5521a8

Browse files
authored
Merge pull request #11 from ruby/ci-use-bundler-cache
CI: use bundler-cache and bundle exec
2 parents 867ae62 + 6620bb3 commit e5521a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
24-
- name: Install dependencies
25-
run: bundle install
24+
bundler-cache: true # 'bundle install' and cache
2625
- name: Run test
27-
run: rake compile test
26+
run: bundle exec rake compile test

0 commit comments

Comments
 (0)