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 5cbc25e commit efc75f8Copy full SHA for efc75f8
.github/workflows/coverage.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
ruby-version: '3.0'
13
- name: Install dependencies
14
- run: gem install minitest
+ run: gem install minitest -v "5.15.0"
15
- name: Run test
16
env:
17
COVERALLS: "yes"
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
23
ruby-version: ${{ matrix.ruby }}
24
25
26
27
run: ruby -Ilib exe/rake
0 commit comments