Skip to content

Commit

Permalink
Merge pull request #34 from ruby/ci-cache-bundler
Browse files Browse the repository at this point in the history
CI: Use bundler-cache
  • Loading branch information
hsbt authored Oct 15, 2021
2 parents b1f182e + 5b46061 commit 6190f05
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 @@ -16,7 +16,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 6190f05

Please sign in to comment.