Skip to content

Commit

Permalink
Cache bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jun 30, 2024
1 parent cb28149 commit e6d1fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bun

- name: Run Specs
run: make test-all

- name: Rubocop
run: bundle exec rubocop
run: bundle exec rubocop --parallel

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit e6d1fc0

Please sign in to comment.