Skip to content

Commit

Permalink
test: limit num. test runner processes to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-murthy committed Jan 1, 2025
1 parent 6fc7546 commit 9169bc2
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 @@ unittests: clean
--cov=src \
--cov-report=term-missing:skip-covered \
--dist worksteal \
--numprocesses=auto \
--numprocesses=2 \
-ra \
--tb=native \
--verbosity=3 \
Expand Down

0 comments on commit 9169bc2

Please sign in to comment.