diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-02-15 21:36:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 21:36:38 -0800 |
| commit | 0ae4d9c1096bbf554ee4d960ed9fdf82416cf135 (patch) | |
| tree | 888ade2e86d1fc4505e16cd01238cbe0fc2744c0 /.github | |
| parent | 6f224d66a5210b090c095946fd20b9d33868695f (diff) | |
Let annocheck workflow run only test-annocheck (#9990)
The test of other tasks seems duplicated.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/annocheck.yml | 14 | ||||
| -rw-r--r-- | .github/workflows/compilers.yml | 3 |
2 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml index 3cf18c5046..b95f08de9a 100644 --- a/.github/workflows/annocheck.yml +++ b/.github/workflows/annocheck.yml @@ -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 diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 27f8af38b8..bec6904374 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -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 }} |
