Skip to content

Commit ce5e570

Browse files
committed
Enable bundler-cache in Ruby setup for CI configuration
1 parent 4b952f5 commit ce5e570

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
20+
bundler-cache: true
2021

2122
- name: Run tests
2223
run: bundle exec rake test

0 commit comments

Comments
 (0)