Update CI

* Enable bundler-cache
This commit is contained in:
kojix2 2021-07-11 08:38:05 +09:00 committed by GitHub
parent c53169e9ee
commit e689c69838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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