Improved CI

Remove needless line
This commit is contained in:
kojix2 2021-07-11 08:42:30 +09:00
parent e689c69838
commit 42cadee553

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