We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdb72 commit 948a7b0Copy full SHA for 948a7b0
.github/workflows/main.yml
@@ -76,9 +76,9 @@ jobs:
76
- name: Nano Container - Build the Project
77
shell: pwsh
78
run: |
79
- docker exec orphan cmake --build --preset build-msvc-winsdk --config Release
+ docker exec orphan cmake --build --preset build-msvc-winsdk --config Release -- -j 0
80
81
- name: Nano Container - Test the Project
82
83
84
- docker exec -w "C:\sample\tests\build-ct\src" orphan ctest -C Release --stop-on-failure --verbose
+ docker exec -w "C:\sample\tests\build-ct\src" orphan ctest -C Release --stop-on-failure --verbose
0 commit comments