From aa9a670f340fe3dbfd0050419a7f5466e0a1a799 Mon Sep 17 00:00:00 2001 From: pippocao Date: Sun, 29 Sep 2024 13:46:18 +0800 Subject: [PATCH] CI: failure test --- test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.cpp b/test/main.cpp index 75a5193..c09675a 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -55,7 +55,7 @@ int32_t main() if (TEST_GROUP_RESULT(Bq_Common_Test) && TEST_GROUP_RESULT(Bq_Log_Test)) { - return 0; + return -1; } else { return -1; }