Skip to content

Commit 892fec7

Browse files
iluuu1994Girgias
andauthored
[skip ci] Use -j4 consistently
Co-authored-by: Gina Peter Banyard <[email protected]>
1 parent 3a5079e commit 892fec7

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
@@ -119,7 +119,7 @@ make TESTS=tests/lang/ test
119119
Or combine the variables:
120120

121121
```shell
122-
make TEST_PHP_ARGS=-j8 TESTS=tests/lang/ test
122+
make TEST_PHP_ARGS=-j4 TESTS=tests/lang/ test
123123
```
124124

125125
The [qa.php.net](https://qa.php.net) site provides more detailed info about

0 commit comments

Comments
 (0)