Skip to content

Commit 41b7ce4

Browse files
committed
chore: add more ut
1 parent 6bee1e9 commit 41b7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ gen:
108108

109109
.PHONY: ut
110110
ut:
111-
go test -tags=noassets -coverprofile=coverage.txt -coverpkg=./... -test.v ./... -timeout=60m
111+
go test -tags=noassets -coverprofile=coverage.txt -coverpkg=./... -test.v ./...
112112

113113
.PHONY: cover
114114
cover: ut

0 commit comments

Comments
 (0)