summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:41:14 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:41:14 +0900
commit330c2f7597a132281d37eeca999a4a069c8bc11a (patch)
treebca0c338bd54132834cf49444dc56adb6992e5a3
parent230f4054792c624d36c043ee0acfa19eeef29f31 (diff)
Change name to `Tests (test-bundled-gems)`
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index e92e856c96..5e9304dba3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.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)
run: make -s ${{ matrix.test_task }}
env:
TESTOPTS: "-q --tty=no"