From e11d7f25d10f4c6fb1c9b3675dd5bdcf19a7516a Mon Sep 17 00:00:00 2001 From: malavan Date: Mon, 19 Jul 2021 15:52:33 +0000 Subject: [PATCH] change make test to multithreaded Former-commit-id: 8f2bae851f2aa7c2600a487733a82850d6552882 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc67d754a..621c716fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ make-test: - git submodule init && git submodule update - make distclean - make -j - - make test -j + - ./runtest --config server-threads 3 node-redis-test: rules: @@ -99,7 +99,7 @@ endurance-test: - git submodule init && git submodule update - make distclean - make -j - - ./runtest --loop --stop + - ./runtest --config server-threads 3 --loop --stop coverage-test: rules: