Skip to content

Commit

Permalink
Merge pull request #24 from kenichiice/jruby-multibyte
Browse files Browse the repository at this point in the history
JRuby上でのマルチバイトテスト名のテスト除外をやめる
  • Loading branch information
kenichiice committed Feb 1, 2024
2 parents c719b9e + 5dbe74a commit 1e290e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
# - run: bundle install
- if: matrix.ruby != 'jruby'
run: bundle exec rake test
- if: matrix.ruby == 'jruby'
run: bundle exec rake test TESTOPTS='--ignore-testcase=TestXmlMultibyteName'
- run: bundle exec rake test

0 comments on commit 1e290e2

Please sign in to comment.