test:add tdengine case task

This commit is contained in:
happyguoxy 2025-01-07 10:34:16 +08:00
parent 5da4909f8d
commit bfaafaf7a7
1 changed files with 0 additions and 1 deletions

View File

@ -298,7 +298,6 @@ function runUnitTest() {
cd $BUILD_DIR
pgrep taosd || taosd >> /dev/null 2>&1 &
sleep 10
#ctest -E "cunit_test" -j8
ctest -E "cunit_test" -j $(nproc)
print_color "$GREEN" "3.0 unit test done"
}