We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d44af commit 365e115Copy full SHA for 365e115
1 file changed
Makefile
@@ -75,7 +75,7 @@ lint: ## Lint source files with `golangci-lint run`
75
76
.PHONY: test
77
test: ## Run go tests
78
- go test ./...
+ go test -v ./...
79
80
##@ Code generation
81
0 commit comments