Skip to content

Commit

Permalink
Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Nov 19, 2019
1 parent 0e8219f commit 75e8dd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Expand Up @@ -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
Expand Down

0 comments on commit 75e8dd5

Please sign in to comment.