Skip to content

Commit 1e290e2

Browse files
authored
Merge pull request #24 from kenichiice/jruby-multibyte
JRuby上でのマルチバイトテスト名のテスト除外をやめる
2 parents c719b9e + 5dbe74a commit 1e290e2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ jobs:
3333
with:
3434
ruby-version: ${{ matrix.ruby }}
3535
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'
36+
- run: bundle exec rake test

0 commit comments

Comments
 (0)