test: add checks for void function invocations to the CI pipeline

This commit is contained in:
chenhaoran 2024-09-26 17:40:39 +08:00
parent f0dee9d2f0
commit 1604a3d28b
1 changed files with 4 additions and 0 deletions

View File

@ -426,6 +426,10 @@ pipeline {
cd ${WKC}/tests/parallel_test
./run_check_assert_container.sh -d ${WKDIR}
'''
sh '''
cd ${WKC}/tests/parallel_test
./run_check_void_container.sh -d ${WKDIR}
'''
sh '''
date
rm -rf ${WKC}/debug