Skip to content

Commit c392bec

Browse files
committed
Use only -j option for test option
1 parent 60fa8ec commit c392bec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ jobs:
181181
uses: ./.github/actions/launchable/setup
182182
with:
183183
os: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}
184-
test-task: test-all
185-
# If we support a new test task, we need to change this test-opts.
186-
test-opts: -j${{ env.TEST_JOBS || 4 }} --job-status=normal
187184
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
188185
builddir: build
189186
srcdir: src
@@ -192,9 +189,7 @@ jobs:
192189

193190
- run: nmake ${{ matrix.test_task || 'check' }}
194191
env:
195-
RUBY_TESTOPTS: >-
196-
-j${{ env.TEST_JOBS || 4 }}
197-
--job-status=normal
192+
RUBY_TESTOPTS: -j${{ env.TEST_JOBS || 4 }}
198193
timeout-minutes: 70
199194

200195
- uses: ./.github/actions/slack

0 commit comments

Comments
 (0)