ruby-changes:57541
From: Kazuhiro <ko1@a...>
Date: Thu, 5 Sep 2019 17:52:40 +0900 (JST)
Subject: [ruby-changes:57541] f4df9fb46b (master): Change name to `Tests (test-bundled-gems)` in macos.yml too
https://git.ruby-lang.org/ruby.git/commit/?id=f4df9fb46b From f4df9fb46b35335530fd99fabfa65772e6aaf1df Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Thu, 5 Sep 2019 17:47:51 +0900 Subject: Change name to `Tests (test-bundled-gems)` in macos.yml too diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 21804ab..77079af 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L46 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/