Stop Rake multitasking on Windows-VC for the time being.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-05 10:18:17 +09:00
parent 26da07db15
commit 1adf93aa54
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
rake -E "STDOUT.sync=true" -m -j4 test
rake -E "STDOUT.sync=true" test
env:
MRUBY_TARGET: appveyor
# TODO(take-cheeze): Re-enable /O2