mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
ci: set test cmake build job count to logical processor count (#5595)
This commit is contained in:
parent
3d06f8612f
commit
61acba5480
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
-DCHATTERINO_GENERATE_COVERAGE=On \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
..
|
||||
cmake --build .
|
||||
cmake --build . -j $(nproc)
|
||||
working-directory: build-test
|
||||
|
||||
- name: Download and extract Twitch PubSub Server Test
|
||||
|
|
Loading…
Reference in a new issue