Skip to content

Commit

Permalink
Use bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 20, 2023
1 parent 91069f1 commit 0ad7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Build
run: rake compile
- name: Run test
run: rake test
run: bundle exec rake test

0 comments on commit 0ad7de2

Please sign in to comment.