diff --git a/composer.json b/composer.json index 5c3d7e6faa..2e59751cdc 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "lint": "phpstan --memory-limit=2G --ansi", "test": [ "@php artisan config:clear --ansi", - "XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100" + "XDEBUG_MODE=coverage pest --parallel" ], "test:refactor": "rector --dry-run", "test:format": "pint --parallel --test",