Skip to content

Commit aa1d0d3

Browse files
committed
Add format to verify target
1 parent f579141 commit aa1d0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TEST_PKGS:=$(shell go list ./...)
8585
test-unit: ## Run the unit tests
8686
$(Q)go test -count=1 -short ${TEST_PKGS}
8787

88-
verify: manifests generate
88+
verify: manifests generate format
8989
git diff --exit-code
9090

9191
# Utilities.

0 commit comments

Comments
 (0)