summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-09-05 17:47:51 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-09-05 17:47:51 +0900
commitf4df9fb46b35335530fd99fabfa65772e6aaf1df (patch)
tree7dccb018d60b4a0ddcfe24fca7583a82ac71563c /.github
parent436099ee0459ee51ceccb3eb343a5f281556bf61 (diff)
Change name to `Tests (test-bundled-gems)` in macos.yml too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 21804ab0be..77079afa0d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -46,7 +46,7 @@ jobs:
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
# test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
- - name: Tests
+ - name: Tests (test-bundled-gems)
# Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest if https://github.com/seattlerb/minitest/pull/798 resolved
run: make -s ${{ matrix.test_task }} TESTOPTS="$JOBS -q --tty=no" TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
continue-on-error: true