Use both cores for the windows build

This commit is contained in:
Tyler Wilding 2020-09-04 23:39:27 -04:00
parent 905d443115
commit 0b0b32907a

View file

@ -69,6 +69,7 @@ jobs:
shell: cmd
run: |
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
set CL=/MP
nmake
- name: Run Tests
timeout-minutes: 5