mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Windows CI] Make test-all parallel and verbose
This commit is contained in:
parent
8a754bc5c9
commit
a2831cf247
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
::- https://github.com/actions/virtual-environments/issues/712#issuecomment-613004302
|
||||
set TMP=%USERPROFILE%\AppData\Local\Temp
|
||||
set TEMP=%USERPROFILE%\AppData\Local\Temp
|
||||
nmake test-all
|
||||
nmake test-all TESTOPTS="-j%NUMBER_OF_PROCESSORS% --job-status=normal"
|
||||
continue-on-error: ${{ matrix.continue-on-error }}
|
||||
- name: nmake test-spec
|
||||
timeout-minutes: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue