diff --git a/composer.json b/composer.json index 6388c80..f0277d9 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "test:lint": "pint --test", "test:unit": [ "@putenv XDEBUG_MODE=coverage", - "pest --colors=always -v" + "pest --profile --coverage --colors=always -v" ], "test": [ "@test:lint",