1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

minitest is working fine with Ruby 3

This commit is contained in:
Hiroshi SHIBATA 2020-09-01 10:01:48 +09:00
parent e00eba1ce2
commit cceba23515
Notes: git 2020-09-01 11:22:05 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,rexml"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |

View file

@ -73,7 +73,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |