From 5d35b4b0e1e511981db062f7c8f803931d06e1cb Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 5 Mar 2023 21:11:59 -0800 Subject: [PATCH] Skip test-all for annocheck It started to fail since totally unrelated changes. It suddenly gets killed by SIGTERM only on this environment: https://github.com/ruby/ruby/actions/runs/4340112185/jobs/7578344307 For now, we have no idea how to fix this, so let me skip this until we figure it out. --- .github/workflows/annocheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml index 7b847ab83f..c0e1e010ff 100644 --- a/.github/workflows/annocheck.yml +++ b/.github/workflows/annocheck.yml @@ -124,8 +124,8 @@ jobs: if: ${{ matrix.entry.check }} - run: make test-tool if: ${{ matrix.entry.check }} - - run: make test-all TESTS='-- ruby -ext-' - if: ${{ matrix.entry.check }} + # - run: make test-all TESTS='-- ruby -ext-' + # if: ${{ matrix.entry.check }} - run: make test-spec env: CHECK_LEAKS: true