We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2720f0d commit a5ee2ebCopy full SHA for a5ee2eb
1 file changed
.github/workflows/conan_build_and_test.yml
@@ -97,7 +97,7 @@ jobs:
97
run: cmake --preset conan-release -DMANAPIHTTP_ENABLE_TESTS=ON -DMANAPIHTTP_DISABLE_TRACE_HARD=ON -DMANAPIHTTP_STD_BACKTRACE_DEPENDENCY=OFF
98
99
- name: Build
100
- run: cmake --build build/Release -j10
+ run: cmake --build build/Release -j4
101
102
- name: Run unit tests
103
run: ctest --output-on-failure -C Release
0 commit comments