Let annocheck workflow run only test-annocheck (#9990)

The test of other tasks seems duplicated.
This commit is contained in:
Takashi Kokubun 2024-02-15 21:36:38 -08:00 committed by GitHub
parent 6f224d66a5
commit 0ae4d9c109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 17 deletions

View File

@ -93,20 +93,6 @@ jobs:
- run: make
- run: make test
- run: make install
- run: make test-tool
### test-all doesn't work: https://github.com/ruby/ruby/actions/runs/4340112185/jobs/7578344307
# - run: make test-all TESTS='-- ruby -ext-'
### test-spec doesn't work: https://github.com/ruby/ruby/actions/runs/4340193212/jobs/7578505652
# - run: make test-spec
# env:
# CHECK_LEAKS: true
- run: make test-annocheck
- uses: ./.github/actions/slack

View File

@ -280,9 +280,6 @@ jobs:
CHECK_LEAKS: true
if: ${{ matrix.entry.check }}
- run: make test-annocheck
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
- uses: ./.github/actions/slack
with:
label: ${{ matrix.entry.name }}