Merge pull request #891 from prometheus/grobie/fix-tests

Fix code style check in "all" make target
This commit is contained in:
Ben Kochie 2018-04-11 12:35:35 +02:00 committed by GitHub
commit b675a7c0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"