ci: set test cmake build job count to logical processor count (#5595)
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
-DCHATTERINO_GENERATE_COVERAGE=On \
|
-DCHATTERINO_GENERATE_COVERAGE=On \
|
||||||
-DCMAKE_BUILD_TYPE=Debug \
|
-DCMAKE_BUILD_TYPE=Debug \
|
||||||
..
|
..
|
||||||
cmake --build .
|
cmake --build . -j $(nproc)
|
||||||
working-directory: build-test
|
working-directory: build-test
|
||||||
|
|
||||||
- name: Download and extract Twitch PubSub Server Test
|
- name: Download and extract Twitch PubSub Server Test
|
||||||
|
|||||||
Reference in New Issue
Block a user