Skip to content

Commit

Permalink
Remove "make test" recommendation from CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This is not even how we run tests in CI anymore.
  • Loading branch information
johanbrandhorst committed Oct 2, 2019
1 parent 5d50197 commit 39c06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here's the recommended process of contribution.
4. Make sure that your change follows best practices in Go
* [Effective Go](https://golang.org/doc/effective_go.html)
* [Go Code Review Comments](https://golang.org/wiki/CodeReviewComments)
5. Make sure that `make test` passes. (use swagger-codegen 2.2.2, not newer versions)
5. Make sure that `go test ./...` passes.
6. Sign [a Contributor License Agreement](https://cla.developers.google.com/clas)
7. Open a pull request in Github

Expand Down

0 comments on commit 39c06ec

Please sign in to comment.