diff --git a/Makefile b/Makefile index 04ebfe46..0f8d22e5 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ $(eval $(call goarch_pair,arm64,arm)) $(eval $(call goarch_pair,mips64,mips)) $(eval $(call goarch_pair,mips64el,mipsel)) -all: format vet staticcheck checkmetrics build test $(cross-test) $(test-e2e) +all: style vet staticcheck checkmetrics build test $(cross-test) $(test-e2e) style: @echo ">> checking code style"