1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:04:40 +01:00

Static thread count for psalm

This commit is contained in:
Daniil Gentili 2023-09-01 17:27:59 +02:00
parent 62fc24bc1d
commit dc35c8b755
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -116,7 +116,7 @@
"test-php7": "tests/test-conversion.sh 70",
"test-php56": "tests/test-conversion.sh 5",
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php -d pcre.jit=0 vendor/bin/php-cs-fixer fix -v",
"psalm": "psalm --no-cache --threads=$(nproc)",
"psalm": "psalm --no-cache --threads=10",
"docs": "php tools/build_docs.php",
"docs-fix": "tools/fix_docs.sh",
"test": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text",