mirror of
https://gitee.com/johng/gf
synced 2026-07-06 13:42:46 +08:00
thirdparty package kafka updated to date
This commit is contained in:
@ -4,7 +4,7 @@ default: fmt vet errcheck test
|
||||
test:
|
||||
echo "" > coverage.txt
|
||||
for d in `go list ./... | grep -v vendor`; do \
|
||||
go test -p 1 -v -timeout 90s -race -coverprofile=profile.out -covermode=atomic $$d || exit 1; \
|
||||
go test -p 1 -v -timeout 240s -race -coverprofile=profile.out -covermode=atomic $$d || exit 1; \
|
||||
if [ -f profile.out ]; then \
|
||||
cat profile.out >> coverage.txt; \
|
||||
rm profile.out; \
|
||||
|
||||
Reference in New Issue
Block a user