diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-03-24 15:36:53 +0900 |
---|---|---|
committer | <[email protected]> | 2020-03-24 15:36:53 +0900 |
commit | 930b012ad96bfb0bd12446b89407120744ef92eb () | |
tree | 02bb0fa480b76bae202e41dfab56a545a41554e7 | |
parent | f6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85 (diff) |
Add rexml to fix rss of test-bundled-gems (#2976)
Notes: Merged-By: hsbt <[email protected]>
-rw-r--r-- | ./workflows/macos.yml | 3 | ||||
-rw-r--r-- | ./workflows/ubuntu.yml | 3 | ||||
-rw-r--r-- | common.mk | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -51,8 +51,7 @@ jobs: env: RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://.com/seattlerb/minitest/pull/798 is resolved - # rss needs to add workaround for the non rexml environment - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss,rexml" - uses: k0kubun/[email protected] with: payload: | @@ -65,8 +65,7 @@ jobs: env: RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://.com/seattlerb/minitest/pull/798 is resolved - # rss needs to add workaround for the non rexml environment - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss" - uses: k0kubun/[email protected] with: payload: | @@ -1320,7 +1320,7 @@ test-bundled-gems-fetch: $(PREP) test-bundled-gems-prepare: test-bundled-gems-precheck test-bundled-gems-fetch $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ - --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga' PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems |