summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-02-26 13:17:08 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 14:53:05 +0900
commit2bfa1025a91679a5e1d513255d298126af32099d (patch)
tree0fb0787fc6d953df4cdd47defbfb24cd9c22ce00 /.github/workflows/macos.yml
parent888e736524ad66369a7cbc065af4a1b5ed591c6a (diff)
.github: let "make leaked-globals" run in parallel
This target can be a build matrix. Also it does not make sense to test it on mjit.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2927
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 9c3662232d..86d1280da3 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
- test_task: [ "check", "test-bundler", "test-bundled-gems" ]
+ test_task: [ "check", "test-bundler", "test-bundled-gems", "leaked-globals" ]
fail-fast: false
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
@@ -52,8 +52,6 @@ jobs:
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
# rss needs to add workaround for the non rexml environment
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss,rexml"
- - run: make -s leaked-globals
- working-directory: build
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |