Skip to content

Commit

Permalink
Don't use bundle exec to avoid warning of Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 19, 2024
1 parent 9b230fe commit eb7eef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: bundle exec rake compile test
- run: bundle exec rake build
- run: bundle install --jobs 4 --retry 3
- run: rake test
- run: rake build

0 comments on commit eb7eef4

Please sign in to comment.