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.
2 parents c719b9e + 5dbe74a commit 1e290e2Copy full SHA for 1e290e2
.github/workflows/test.yml
@@ -33,8 +33,4 @@ jobs:
33
with:
34
ruby-version: ${{ matrix.ruby }}
35
bundler-cache: true
36
- # - run: bundle install
37
- - if: matrix.ruby != 'jruby'
38
- run: bundle exec rake test
39
- - if: matrix.ruby == 'jruby'
40
- run: bundle exec rake test TESTOPTS='--ignore-testcase=TestXmlMultibyteName'
+ - run: bundle exec rake test
0 commit comments