We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0675d68 + 78dbdae commit cac7078Copy full SHA for cac7078
.github/workflows/ruby.yml
@@ -33,4 +33,4 @@ jobs:
33
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
34
bundler: 2.4.22 # For Ruby 2.7 compatibility
35
- name: Run tests
36
- run: bundle exec rake
+ run: bundle exec rake test
0 commit comments