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 4daa447 commit bf550c1Copy full SHA for bf550c1
.github/workflows/test.yml
@@ -28,6 +28,6 @@ jobs:
28
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
29
with:
30
ruby-version: ${{ matrix.ruby }}
31
- bundler-cache: true
+ - run: bundle install --jobs 4 --retry 3
32
- name: Run test
33
- run: bundle exec rake test
+ run: rake test
0 commit comments