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 bf336a7 commit d66e839Copy full SHA for d66e839
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
apt-get install -y cmake openssl libssl-dev
36
bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
37
- name: spec
38
- run: bundle exec rake rspec
+ run: bundle exec rake spec
39
container:
40
image: ruby:${{matrix.ruby-version}}
41
env:
0 commit comments