Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Nobuyoshi Nakada <[email protected]>
  • Loading branch information
hsbt and nobu authored Jun 6, 2023
1 parent 6131fb0 commit e091e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem update --system
- run: bundle install --jobs 4 --retry 3
bundler-cache: true # 'bundle install' and cache results
rubygems: latest
- name: Run test
run: bundle exec rake

0 comments on commit e091e69

Please sign in to comment.