From 7297153a4c6339b60b7cc0a566e6febd49a7895f Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 9 Nov 2021 14:18:21 -0600 Subject: [PATCH] Typo fix for dev guide README (#4347) * Typo fix Signed-off-by: Bridget Kromhout * Update docs/development_guide/README.md Co-authored-by: Jon Huhn Signed-off-by: Jon Huhn Co-authored-by: Delyan Raychev Co-authored-by: Jon Huhn --- docs/development_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_guide/README.md b/docs/development_guide/README.md index 0b2c25f050..d366c9743c 100644 --- a/docs/development_guide/README.md +++ b/docs/development_guide/README.md @@ -166,7 +166,7 @@ and each change would be accompanied by a unit test. To run all unit tests you can use the following `Makefile` target: ```bash -make go-tests +make go-test-coverage ``` You can run the tests exclusively for the package you are working on. For example the following command will