[skip ci] Modify script description (#9337)

Signed-off-by: groot <yihua.mo@zilliz.com>
pull/9343/head
groot 2021-10-06 19:26:54 +08:00 committed by GitHub
parent e2a3d0a71c
commit e4dc44b41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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