Disable test-spec as well for annocheck
https://github.com/ruby/ruby/actions/runs/4340193212/jobs/7578505652
This commit is contained in:
parent
5d35b4b0e1
commit
760fe0a78a
10
.github/workflows/annocheck.yml
vendored
10
.github/workflows/annocheck.yml
vendored
@ -124,12 +124,14 @@ jobs:
|
|||||||
if: ${{ matrix.entry.check }}
|
if: ${{ matrix.entry.check }}
|
||||||
- run: make test-tool
|
- run: make test-tool
|
||||||
if: ${{ matrix.entry.check }}
|
if: ${{ matrix.entry.check }}
|
||||||
|
### test-all doesn't work: https://github.com/ruby/ruby/actions/runs/4340112185/jobs/7578344307
|
||||||
# - run: make test-all TESTS='-- ruby -ext-'
|
# - run: make test-all TESTS='-- ruby -ext-'
|
||||||
# if: ${{ matrix.entry.check }}
|
# if: ${{ matrix.entry.check }}
|
||||||
- run: make test-spec
|
### test-spec doesn't work: https://github.com/ruby/ruby/actions/runs/4340193212/jobs/7578505652
|
||||||
env:
|
# - run: make test-spec
|
||||||
CHECK_LEAKS: true
|
# env:
|
||||||
if: ${{ matrix.entry.check }}
|
# CHECK_LEAKS: true
|
||||||
|
# if: ${{ matrix.entry.check }}
|
||||||
- run: make test-annocheck
|
- run: make test-annocheck
|
||||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user