From c50cc4fb36c342de0e9e68b0f6c00c669299446e Mon Sep 17 00:00:00 2001 From: Norman <74552232+TuTuHuss@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:25:17 +0800 Subject: [PATCH] multi process --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 24daf99a27..722f99af1a 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ unittest: --cov-report term-missing \ --cov=${COV_DIR} \ ${DURATIONS_COMMAND} \ + ${WORKERS_COMMAND} \ -sv -m unittest \ algotest: