Update CI

* Enable bundler-cache
This commit is contained in:
kojix2 2021-07-11 08:38:05 +09:00
parent 4caa05dbb4
commit 89eb0762b6

View File

@ -13,6 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: gem install bundler
- run: bundle install
- run: bundle exec rake test