File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ parallel_prettify_sdks: install_deps parallel_gen_sdk_tests
3232 php -dmemory_limit=-1 vendor/bin/ecs check --fix --no-progress-bar --no-diffs
3333
3434parallel_analyze_sdks : install_deps parallel_prettify_sdks psalm_install
35- vendor/bin/psalm --debug --threads=$(CPUS )
35+ vendor/bin/psalm --long-progress --threads=$(CPUS )
3636
3737parallel_test_sdks : install_deps parallel_analyze_sdks
3838 vendor/bin/phpunit --testsuite=unit
@@ -79,7 +79,7 @@ prettify: install_deps
7979 php -dmemory_limit=-1 vendor/bin/ecs check --fix --no-progress-bar --no-diffs
8080
8181analyse : install_deps prettify psalm_install
82- vendor/bin/psalm --debug -- threads=$(CPUS )
82+ vendor/bin/psalm --threads=$(CPUS )
8383
8484test_bc : install_deps
8585# vendor/bin/phpunit --testsuite=unit
You can’t perform that action at this time.
0 commit comments