mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Comment for go coverage script (#9060)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
46dea8b726
commit
d51d8ce39b
@ -12,7 +12,7 @@ ROOT_DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
|
|||||||
|
|
||||||
# ignore Minio,S3 unittes
|
# ignore Minio,S3 unittes
|
||||||
MILVUS_DIR="${ROOT_DIR}/internal/"
|
MILVUS_DIR="${ROOT_DIR}/internal/"
|
||||||
echo $MILVUS_DIR
|
echo "Run go unittest under $MILVUS_DIR"
|
||||||
|
|
||||||
go test -race -cover "${MILVUS_DIR}/allocator/..." -failfast
|
go test -race -cover "${MILVUS_DIR}/allocator/..." -failfast
|
||||||
go test -race -cover "${MILVUS_DIR}/kv/..." -failfast
|
go test -race -cover "${MILVUS_DIR}/kv/..." -failfast
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user