test:add unit tests after building taosd

This commit is contained in:
chenhaoran 2022-10-25 19:45:58 +08:00
parent 6b3b560058
commit a7010feb57
1 changed files with 1 additions and 1 deletions

View File

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