diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0451c605fda..b83674e0985 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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