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.
1 parent 8c39906 commit 28c9034Copy full SHA for 28c9034
CONTRIBUTING.md
@@ -16,4 +16,4 @@ Please see https://git.k8s.io/community/CLA.md for more info
16
17
## Test locally
18
19
-Run the command `make check-all` to test the changes locally.
+Run the command `make test` to test the changes locally.
Makefile
@@ -30,7 +30,7 @@ help: ## Display this help
30
31
##@ Tests
32
33
-.PHONY: check-all
+.PHONY: test
34
test: ## Run the script check-everything.sh which will check all
35
GO111MODULE=on TRACE=1 ./hack/check-everything.sh
36
0 commit comments