diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-29 08:35:34 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-29 09:49:07 +0900 |
| commit | c392bec8cc03fe012f63e43145bcaaf83cf30fa1 (patch) | |
| tree | d19fc00201d29973d5face26486518909a7ec1f3 /.github | |
| parent | 60fa8ec70150c1f91a1990ca60b3454e4d6aaf9a (diff) | |
Use only -j option for test option
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12205
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 62b8d088f4..c01e710e74 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -181,9 +181,6 @@ jobs: uses: ./.github/actions/launchable/setup with: os: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }} - test-task: test-all - # If we support a new test task, we need to change this test-opts. - test-opts: -j${{ env.TEST_JOBS || 4 }} --job-status=normal launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }} builddir: build srcdir: src @@ -192,9 +189,7 @@ jobs: - run: nmake ${{ matrix.test_task || 'check' }} env: - RUBY_TESTOPTS: >- - -j${{ env.TEST_JOBS || 4 }} - --job-status=normal + RUBY_TESTOPTS: -j${{ env.TEST_JOBS || 4 }} timeout-minutes: 70 - uses: ./.github/actions/slack |
