Skip to content

Commit

Permalink
make: Use nproc for full utilization on check-self
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Aug 8, 2023
1 parent 1df1a04 commit 910c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ check-self: ensure-docker
pytest -vvv \
/repo/libs/gl-testing \
--force-flaky \
-n 4 \
-n $(shell nproc) \
${PYTEST_OPTS}

ensure-docker:
Expand Down

0 comments on commit 910c576

Please sign in to comment.