diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40875e6..1440771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,9 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} + bundler-cache: true # bundle install and cache gems - name: Run tests run: bundle exec rake env: REDIS_HOST: localhost - REDIS_PORT: 6379 \ No newline at end of file + REDIS_PORT: 6379