From 748beb17d5028d8fc65465000e63c1bec620ecec Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 22 Aug 2024 20:59:00 +0100 Subject: [PATCH] chore: adjusts memory limit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb356505..0a4cc173 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "test:refacto": "rector --dry-run", "test:lint": "pint --test", "test:type:check": "phpstan analyse --ansi --memory-limit=-1 --debug", - "test:type:coverage": "php bin/pest --type-coverage --min=100", + "test:type:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100", "test:unit": "php bin/pest --colors=always --exclude-group=integration --compact", "test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml", "test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=3",