Added section about tests to run locally
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
May 10, 2016 at 18:06 UTC
b62081770306df1ec684818bd278c960c4b90b71
1 file changed
+2
contribute.md
+2
@@ -23,6 +23,8 @@ Please look and conform to our [Go Contribution Guidelines](https://github.com/i
23
24
All commits in a PR must pass tests. If they don't, fix the commits and/or [squash them](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) so that they do pass the tests. This should be done so that we can use git-bisect easily.
25
26
+We use CI tests which run when you push to your branch. To run the tests locally, you can run any of these: `make build`, `make install`, `make test`, `go test ./...`, depending on what youre looking to do. Generally `go test ./...` is your best bet.
27
+
28
### Commit messages
29
30
Commit messages must start with a short subject line, followed by an optional,