summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-31 17:48:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-31 18:51:59 +0900
commit86737c509cd49cfe4509a65d300d390da0f07be6 (patch)
tree564442c22c73364cd6cfc57f6adb3afa37741f3f /.github
parentb674fc9ca2498d55c7e4f91592279eb985b8bea1 (diff)
Removed minitest and hoe because they didn't support Ruby 3 yet
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3480
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c58ae3af5a..d8dbaa2b90 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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,xmlrpc,rexml"
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rake,minitest,xmlrpc,rexml"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 87b57fadbf..ee391a9610 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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,xmlrpc"
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rake,minitest,xmlrpc"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |