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

Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES

https://github.com/seattlerb/minitest/pull/798 is closed
This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-19 13:06:00 +09:00
parent 0e8219f591
commit 75e8dd58f6
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 0 additions and 4 deletions
.github/workflows

View file

@ -59,8 +59,6 @@ jobs:
run: make -C build $JOBS -s ${{ matrix.test_task }}
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"
- name: Leaked Globals
run: make -C build -s leaked-globals
- uses: k0kubun/action-slack@v2.0.0

View file

@ -88,8 +88,6 @@ jobs:
run: make -C build $JOBS -s ${{ matrix.test_task }}
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"
- name: Leaked Globals
run: make -C build -s leaked-globals
- uses: k0kubun/action-slack@v2.0.0