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 93d7eed commit 35ef26dCopy full SHA for 35ef26d
.github/workflows/ci.yml
@@ -25,12 +25,12 @@ jobs:
25
- windows-latest
26
name: Test with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
27
steps:
28
- - uses: actions/checkout@v4
29
- - uses: ruby/setup-ruby@v1
30
- with:
31
- ruby-version: ${{ matrix.ruby }}
32
- - name: unit testing
33
- env:
34
- CI: true
35
- run: |
36
- bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
+ - uses: actions/checkout@v4
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby }}
+ - name: unit testing
+ env:
+ CI: true
+ run: |
+ bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
0 commit comments