Skip to content

Commit 72303ca

Browse files
authored
Merge pull request #771 from alenkacz/av/fix-makefile-test
🏃 (:running:, other) Fix makefile and docs for running tests
2 parents eae89ba + 28c9034 commit 72303ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)