We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b952f5 commit ce5e570Copy full SHA for ce5e570
1 file changed
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: ruby/setup-ruby@v1
18
with:
19
ruby-version: ${{ matrix.ruby }}
20
+ bundler-cache: true
21
22
- name: Run tests
23
run: bundle exec rake test
0 commit comments