summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 08:10:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:17:22 +0900
commitbb2f24251f011d64d369d78f344e298cc9486473 (patch)
tree4564da2fa261c0f15aa009816cb0d47e18f45e11 /.github/workflows
parentc685679e25f6a4547c3b48c290bfb905cde0b4ef (diff)
GitHub Actions does not support ANSI color code. Skip failing examples.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 44f3cfdbd4..9599c5d511 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -37,5 +37,6 @@ jobs:
env:
TESTOPTS: "$JOBS -q --tty=no"
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
+ CI: "true"
- name: Leaked Globals
run: make -s leaked-globals