We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fa8ec commit c392becCopy full SHA for c392bec
.github/workflows/windows.yml
@@ -181,9 +181,6 @@ jobs:
181
uses: ./.github/actions/launchable/setup
182
with:
183
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
187
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
188
builddir: build
189
srcdir: src
@@ -192,9 +189,7 @@ jobs:
192
193
190
- run: nmake ${{ matrix.test_task || 'check' }}
194
191
env:
195
- RUBY_TESTOPTS: >-
196
- -j${{ env.TEST_JOBS || 4 }}
197
- --job-status=normal
+ RUBY_TESTOPTS: -j${{ env.TEST_JOBS || 4 }}
198
timeout-minutes: 70
199
200
- uses: ./.github/actions/slack
0 commit comments