1
0
Fork 0
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:
Nobuyoshi Nakada 2021-08-26 23:09:34 +09:00
parent 8a754bc5c9
commit a2831cf247
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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