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

0 comments on commit 3012907

Please sign in to comment.