Improved CI

Remove needless line
This commit is contained in:
kojix2 2021-07-11 08:42:30 +09:00
parent 89eb0762b6
commit 731e7fd091

View File

@ -14,6 +14,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: gem install bundler
- run: bundle install
- run: bundle exec rake test