summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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