diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 647bad0..38537b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - name: Install dependencies - run: bundle install + bundler-cache: true # Run "bundle install", and cache the result automatically. - name: Run test - run: rake test + run: bundle exec rake test