Skip to content

Commit

Permalink
Use bundle exec for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 6, 2023
1 parent f084a32 commit 6125682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -32,4 +32,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run test
run: rake
run: bundle exec rake

0 comments on commit 6125682

Please sign in to comment.