From cf2a72d17b91e8c51dae0364029f195e6547f289 Mon Sep 17 00:00:00 2001 From: Federico Tedin Date: Fri, 13 Dec 2019 12:27:33 +0100 Subject: [PATCH] Fix README description of test jobs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6650b312ab..69491adbf6e3 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ make test They can also be run at multiple jobs to save some time: ```bash -make test -j [n] +JOBS=[n] make test ``` Where `[n]` is the number of jobs desired. If omitted, `[n]` will be automatically chosen by pytest.