Skip to content

Commit 6190f05

Browse files
authored
Merge pull request #34 from ruby/ci-cache-bundler
CI: Use bundler-cache
2 parents b1f182e + 5b46061 commit 6190f05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
19-
- name: Install dependencies
20-
run: bundle install
19+
bundler-cache: true # 'bundle install' and cache
2120
- name: Run test
22-
run: rake compile test
21+
run: bundle exec rake compile test

0 commit comments

Comments
 (0)