From c0d1bde30cf46aa1ce1931cca684891b457475fe Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 14 Nov 2019 11:59:09 -0800 Subject: [PATCH] Update macDevGuide.md --- docs/macDevGuide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/macDevGuide.md b/docs/macDevGuide.md index 5116d9e99..676fa3188 100644 --- a/docs/macDevGuide.md +++ b/docs/macDevGuide.md @@ -30,12 +30,12 @@ brew install coreutils wget gnu-sed 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 -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.