test:using single-threaded unit tests on mac os

This commit is contained in:
chenhaoran 2022-10-26 17:26:10 +08:00
parent d1ad4d0f2a
commit 83dff5a3b0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def pre_test_build_mac() {
cd ${WK}/debug cd ${WK}/debug
cmake .. -DBUILD_TEST=true cmake .. -DBUILD_TEST=true
make -j10 make -j10
ctest -j10 || exit 7 ctest || exit 7
''' '''
sh ''' sh '''
date date