From 1604a3d28b7a00f0233bb1bc76c0ea8fff539b3b Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Thu, 26 Sep 2024 17:40:39 +0800 Subject: [PATCH] test: add checks for void function invocations to the CI pipeline --- Jenkinsfile2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 5321dd8f10..a9c829660a 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -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