We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21917e2 commit 5c43b44Copy full SHA for 5c43b44
.github/workflows/main.yml
@@ -23,5 +23,5 @@ jobs:
23
with:
24
ruby-version: ${{ matrix.ruby }}
25
bundler-cache: true
26
- - name: Run the default task
27
- run: bundle exec rake
+ - name: Run the tests
+ run: bundle exec rake test
0 commit comments