We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e5679 commit 3622d84Copy full SHA for 3622d84
.github/workflows/test.yml
@@ -18,4 +18,4 @@ jobs:
18
ruby-version: ${{ matrix.ruby }}
19
bundler-cache: true
20
- name: Run test
21
- run: rake test
+ run: bundle exec rake test
0 commit comments