Skip to content

Commit

Permalink
ci: set test cmake build job count to logical processor count (#5595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupjohn committed Sep 15, 2024
1 parent 3d06f86 commit 61acba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61acba5

Please sign in to comment.