mirror of https://github.com/milvus-io/milvus.git
[skip ci] Modify description of script (#9256)
Signed-off-by: groot <yihua.mo@zilliz.com>pull/9260/head
parent
b22a8ce00a
commit
418c195ae9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue