diff --git a/composer.json b/composer.json index c5ef3b3..01e4f17 100644 --- a/composer.json +++ b/composer.json @@ -67,6 +67,9 @@ "Composer\\Config::disableProcessTimeout", "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite" ], + "test": [ + "@php artisan test --parallel --env=testing" + ], "stan": [ "phpstan analyse --memory-limit=2G --configuration=phpstan.neon" ],