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.
This commit is contained in:
Takashi Kokubun 2023-03-05 21:11:59 -08:00
Родитель f5b6b3dba7
Коммит 5d35b4b0e1
1 изменённых файлов: 2 добавлений и 2 удалений

4
.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