From 59e17638164c33e234ea06a742a33507e8595c4c Mon Sep 17 00:00:00 2001 From: Yao Zongyou Date: Fri, 19 Jul 2019 21:40:39 +0800 Subject: [PATCH] doc: use make instead of go command to test changes (#7951) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b60918e2d..820dbceb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ After your code changes, make sure - To add test cases for the new code. If you have questions about how to do it, please ask on our [Slack](https://slack.min.io) channel. - To run `make verifiers` - To squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. -- To run `go test -race ./...` and `go build` completes. +- To run `make test` and `make build` completes. ### Commit changes After verification, commit your changes. This is a [great post](https://chris.beams.io/posts/git-commit/) on how to write useful commit messages