aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 21:11:59 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 21:12:00 -0800
commit5d35b4b0e1e511981db062f7c8f803931d06e1cb (patch)
treeb1c76c59c1a33d6750a2f486f602f4a672fe56ef /.github/workflows
parentf5b6b3dba7b32dcd1f15c150dd78dce6c0d92b1e (diff)
downloadruby-5d35b4b0e1e511981db062f7c8f803931d06e1cb.tar.gz
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/annocheck.yml4
1 files 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