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 886fa7a commit 6b651bcCopy full SHA for 6b651bc
.github/workflows/ruby.yml
@@ -30,4 +30,4 @@ jobs:
30
ruby-version: ${{ matrix.ruby-version }}
31
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
32
- name: Run tests
33
- run: bundle exec rake
+ run: bundle exec rake test_all
0 commit comments