diff --git a/BUILDING.md b/BUILDING.md index f786412f4b8399..ebdb2d58a833ef 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -176,10 +176,10 @@ If you are running tests prior to submitting a Pull Request, the recommended command is: ```console -$ make test +$ make -j4 test ``` -`make test` does a full check on the codebase, including running linters and +`make -j4 test` does a full check on the codebase, including running linters and documentation tests. Optionally, continue below.