Let annocheck workflow run only test-annocheck (#9990)
The test of other tasks seems duplicated.
This commit is contained in:
parent
6f224d66a5
commit
0ae4d9c109
14
.github/workflows/annocheck.yml
vendored
14
.github/workflows/annocheck.yml
vendored
@ -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
|
||||
|
3
.github/workflows/compilers.yml
vendored
3
.github/workflows/compilers.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user