Skip to content

Commit

Permalink
run rake through bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
glaszig committed Jan 31, 2024
1 parent 593cd2c commit 9d67cd5
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 @@ -28,4 +28,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: rake test
run: bundle exec rake test

0 comments on commit 9d67cd5

Please sign in to comment.