ruby-changes:58837
From: Kazuhiro <ko1@a...>
Date: Tue, 19 Nov 2019 13:07:47 +0900 (JST)
Subject: [ruby-changes:58837] 75e8dd58f6 (master): Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES
https://git.ruby-lang.org/ruby.git/commit/?id=75e8dd58f6 From 75e8dd58f69c190c9698d0133942032903fb2f07 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Tue, 19 Nov 2019 13:06:00 +0900 Subject: Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES https://github.com/seattlerb/minitest/pull/798 is closed diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f49e0da..e6de71e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -59,8 +59,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L59 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@v... diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8e4eef8..c6bcca0 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -88,8 +88,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L88 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@v... -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/