mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Use two threads for mutation testing
This commit is contained in:
parent
ea5e2dd75f
commit
3d650edbc0
@ -72,7 +72,7 @@ jobs:
|
||||
command: composer global require infection/infection
|
||||
- run:
|
||||
name: Mutation coverage testing
|
||||
command: php -d memory_limit=4G ~/.composer/vendor/bin/infection --coverage=build/phpunit --only-covered || echo 'Temporarily ignoring unexplained infection failure'
|
||||
command: php -d memory_limit=4G ~/.composer/vendor/bin/infection --coverage=build/phpunit --only-covered --threads=2 || echo 'Temporarily ignoring unexplained infection failure'
|
||||
phar-build:
|
||||
executor: php-72
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user