mirror of https://github.com/milvus-io/milvus.git
[skip ci] Modify script description (#9337)
Signed-off-by: groot <yihua.mo@zilliz.com>pull/9343/head
parent
e2a3d0a71c
commit
e4dc44b41f
|
@ -7,6 +7,7 @@ set -e
|
|||
echo "mode: atomic" > ${FILE_COVERAGE_INFO}
|
||||
|
||||
# run unittest
|
||||
echo "Running unittest under ./internal"
|
||||
for d in $(go list ./internal... | grep -v vendor); do
|
||||
go test -race -coverpkg=./... -coverprofile=profile.out -covermode=atomic "$d"
|
||||
if [ -f profile.out ]; then
|
||||
|
|
Loading…
Reference in New Issue