Skip to content

Commit f031583

Browse files
authored
Merge branch 'master' into prepare-release-1.6.0
2 parents 0e597bf + 51b6ae7 commit f031583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ make test
124124

125125
They can also be run at multiple jobs to save some time:
126126
```bash
127-
make test -j [n]
127+
JOBS=[n] make test
128128
```
129129

130130
Where `[n]` is the number of jobs desired. If omitted, `[n]` will be automatically chosen by pytest.

0 commit comments

Comments
 (0)