@ -84,7 +84,7 @@ fi
echo "Running go test..."
# Fix https://github.com/golang/go/issues/44129#issuecomment-788351567
go get -t ./...
if go test -v -count=1 -vet=all -race ./...
if go test -count=1 -vet=all -race ./...
then
echo "go test succeeded."
else