Skip to content

Commit

Permalink
windows CI tests with only 2 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin committed Mar 6, 2022
1 parent a9a6587 commit 70bb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VS-CI-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
shell: cmd
run: |
pushd "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build" & call vcvars64.bat & popd
ctest --output-on-failure --build-config Release --progress -j4 -LE interpreted
ctest --output-on-failure --build-config Release --progress -j2 -LE interpreted

0 comments on commit 70bb49d

Please sign in to comment.