This is an automated email from the ASF dual-hosted git repository. zuston pushed a commit to branch zuston-patch-1 in repository https://gitbox.apache.org/repos/asf/auron.git
commit 0fe2ecd5bb94f3feb8157e56738722e048dccef5 Author: Junfan Zhang <[email protected]> AuthorDate: Tue Oct 14 14:19:37 2025 +0800 Activate unit test --- auron-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auron-build.sh b/auron-build.sh index 80555129..0c1b8663 100755 --- a/auron-build.sh +++ b/auron-build.sh @@ -53,7 +53,7 @@ IMAGE_NAME="centos7" PRE_PROFILE=false RELEASE_PROFILE=false CLEAN=true -SKIP_TESTS=true +SKIP_TESTS=false SPARK_VER="" SCALA_VER="" CELEBORN_VER=""
