diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296c0d8..e61811d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,8 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.image }} + bundler-cache: true - name: Run tests run: | - gem install -g - rake + bundle install + bundle exec rake