diff --git a/Makefile b/Makefile index 7e01c9ad..5a788b70 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ test: go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./... ci: client_with_deps + $(MAKE) lint go mod download $(MAKE) test