From 3738d04f2bcb4118f23b0754df48bd139a509c7c Mon Sep 17 00:00:00 2001 From: James Upjohn Date: Sun, 15 Sep 2024 15:00:20 +1200 Subject: [PATCH] AAAAAAAAAAAAAAA --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d4ae7db61d..b639658287a 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 -j $(nproc) --build . working-directory: build-test - name: Download and extract Twitch PubSub Server Test