Improved CI

Remove needless line
This commit is contained in:
kojix2 2021-07-11 08:42:30 +09:00 committed by GitHub
parent e689c69838
commit ddce581d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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