Skip to content

Commit

Permalink
Merge pull request ruby#38 from ruby/ci-use-cache
Browse files Browse the repository at this point in the history
CI: use bundler-cache
  • Loading branch information
hsbt authored Oct 13, 2021
2 parents a56f10a + 736c010 commit c6ab662
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true # 'bundle install' and cache
- name: Run test
run: rake compile test
run: bundle exec rake compile test

0 comments on commit c6ab662

Please sign in to comment.