Skip test-all on nmake test-bundled-gems

This commit is contained in:
Hiroshi SHIBATA 2024-11-28 13:42:31 +09:00
parent 227791acb1
commit 54c8265dab
Notes: git 2025-06-06 00:31:58 +00:00

View File

@ -176,6 +176,7 @@ jobs:
- run: nmake test-spec
timeout-minutes: 10
if: ${{ matrix.test_task != 'test-bundled-gems' }}
- run: nmake test-bundled-gems
timeout-minutes: 30
@ -194,6 +195,7 @@ jobs:
builddir: build
srcdir: src
continue-on-error: true
if: ${{ matrix.test_task != 'test-bundled-gems' }}
- run: nmake test-all
env:
@ -201,6 +203,7 @@ jobs:
-j${{ env.TEST_JOBS || 4 }}
--job-status=normal
timeout-minutes: 60
if: ${{ matrix.test_task != 'test-bundled-gems' }}
- uses: ./.github/actions/slack
with: