Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES
https://github.com/seattlerb/minitest/pull/798 is closed
This commit is contained in:
parent
0e8219f591
commit
75e8dd58f6
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -59,8 +59,6 @@ jobs:
|
|||||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
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
|
- name: Leaked Globals
|
||||||
run: make -C build -s leaked-globals
|
run: make -C build -s leaked-globals
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -88,8 +88,6 @@ jobs:
|
|||||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
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
|
- name: Leaked Globals
|
||||||
run: make -C build -s leaked-globals
|
run: make -C build -s leaked-globals
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user