We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef695b + 9117b20 commit 12ac2ebCopy full SHA for 12ac2eb
cluster-autoscaler/Makefile
@@ -58,7 +58,7 @@ test-build-tags:
58
done
59
60
test-unit: clean build
61
- go test --test.short -race ./... ${TAGS_FLAG}
+ go test --test.short -race ./... -vet="${GO_TEST_DEFAULT_ANALYZERS}" ${TAGS_FLAG}
62
63
dev-release: dev-release-arch-$(GOARCH)
64
0 commit comments