Skip to content

Commit e18b4cb

Browse files
committed
test: don't run tests with specific XML parser
We have `test/test_parser.rb` that runs tests for all available parsers.
1 parent 3cfd053 commit e18b4cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,4 @@ jobs:
3838
with:
3939
ruby-version: ${{ matrix.ruby }}
4040
bundler-cache: true # 'bundle install' and cache gems
41-
- name: Test with REXML
42-
run: bundle exec rake
43-
- name: Test with libxml
44-
env:
45-
XMLRPC_PARSER: libxml
46-
run: bundle exec rake
41+
- run: bundle exec rake

0 commit comments

Comments
 (0)