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 5e10645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -40,5 +40,5 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: bundle exec rake compile test
- run: bundle exec rake build
- run: rake compile test
- run: rake build

0 comments on commit 5e10645

Please sign in to comment.