From e03b6be678c443db42c83b8f77a1365f7dd10a7a Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 6 Oct 2021 19:28:47 +0800 Subject: [PATCH] [skip ci] Modify script description (#9338) Signed-off-by: groot --- scripts/run_go_unittest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_go_unittest.sh b/scripts/run_go_unittest.sh index 35e13e775f..0f4f969dff 100755 --- a/scripts/run_go_unittest.sh +++ b/scripts/run_go_unittest.sh @@ -39,3 +39,5 @@ go test -race -cover -v "${MILVUS_DIR}/distributed/rootcoord" -failfast go test -race -cover -v "${MILVUS_DIR}/rootcoord" -failfast go test -race -cover -v "${MILVUS_DIR}/datacoord/..." -failfast go test -race -cover -v "${MILVUS_DIR}/indexcoord/..." -failfast + +echo " Go unittest finished" \ No newline at end of file