Skip to content

Commit 365e115

Browse files
committed
verbose
1 parent a2d44af commit 365e115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lint: ## Lint source files with `golangci-lint run`
7575

7676
.PHONY: test
7777
test: ## Run go tests
78-
go test ./...
78+
go test -v ./...
7979

8080
##@ Code generation
8181

0 commit comments

Comments
 (0)