From 8abad572eced42c2b95fb3dca5b3da54522c5d8a Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 25 Feb 2023 17:45:43 +0530 Subject: [PATCH] chore: fix CI testing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2d059c6..98bc3522 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "test:types": "phpstan analyse --ansi --memory-limit=-1 --debug", "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", + "test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=10", "test:integration": "php bin/pest --colors=always --group=integration -v", "update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always", "test": [