From 9a12bddd616d89be9d4d8cdbefb057e083b1fef9 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 27 Sep 2024 08:04:17 +0000 Subject: [PATCH] Add server ci --- tests/unit/ci.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index 9342a2685..72b4678d6 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -26,6 +26,11 @@ function main(){ cd ${speech_ci_path}/cli bash test_cli.sh echo "End cli" + + echo "Start server" + cd ${speech_ci_path}/server/offline + bash test_server_client.sh + echo "End server" } main