Skip to content

Commit 8df0f34

Browse files
committed
Another fix for the test
1 parent ec12673 commit 8df0f34

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,3 @@ jobs:
2323
- run: |
2424
sudo apt-get -yqq install espeak lame
2525
bundle exec rake
26-
27-
name: Ruby
28-
29-
on: [push]
30-
31-
jobs:
32-
test:
33-
strategy:
34-
fail-fast: false
35-
matrix:
36-
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, truffleruby, truffleruby-head]
37-
runs-on: ubuntu-latest
38-
steps:
39-
- uses: actions/checkout@v2
40-
- uses: ruby/setup-ruby@v1
41-
with:
42-
ruby-version: ${{ matrix.ruby }}
43-
bundler-cache: true

0 commit comments

Comments
 (0)