We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6764e8 commit 6b131c9Copy full SHA for 6b131c9
1 file changed
.github/workflows/test.yml
@@ -24,4 +24,4 @@ jobs:
24
ruby-version: ${{ matrix.ruby }}
25
bundler-cache: true
26
- name: Run test
27
- run: rake test
+ run: bundle exec rake test
0 commit comments