[skip ci] Modify description of script (#9256)

Signed-off-by: groot <yihua.mo@zilliz.com>
pull/9260/head
groot 2021-10-05 12:32:26 +08:00 committed by GitHub
parent b22a8ce00a
commit 418c195ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ROOT_DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
# ignore Minio,S3 unittes
MILVUS_DIR="${ROOT_DIR}/internal/"
echo "Run go unittest under $MILVUS_DIR"
echo "Running go unittest under $MILVUS_DIR"
go test -race -cover "${MILVUS_DIR}/allocator/..." -failfast
go test -race -cover "${MILVUS_DIR}/kv/..." -failfast