Update macDevGuide.md

This commit is contained in:
Jeff Regan
2019-11-14 11:59:09 -08:00
committed by GitHub
parent 73f94c1981
commit c0d1bde30c

View File

@@ -30,12 +30,12 @@ brew install coreutils wget gnu-sed
Add the new tools to your PATH Add the new tools to your PATH
## Run the pre-commit tests ## Make everything
Run the `pre-commit` target to verify your install Verify your install by running `make`:
```sh ```sh
make pre-commit make
``` ```
This will run the go tests, as well as documentation tests. Be default, this runs all tests needed to qualify a pull request.