Skip to content

Commit 5b46061

Browse files
authored
CI: Use bundler-cache
1 parent b1f182e commit 5b46061

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
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)