Skip to content

Commit 28c9034

Browse files
committed
Fix makefile and docs for running tests
1 parent 8c39906 commit 28c9034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Please see https://git.k8s.io/community/CLA.md for more info
1616

1717
## Test locally
1818

19-
Run the command `make check-all` to test the changes locally.
19+
Run the command `make test` to test the changes locally.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ help: ## Display this help
3030

3131
##@ Tests
3232

33-
.PHONY: check-all
33+
.PHONY: test
3434
test: ## Run the script check-everything.sh which will check all
3535
GO111MODULE=on TRACE=1 ./hack/check-everything.sh
3636

0 commit comments

Comments
 (0)