From 0b0beac122803d2dcb2713a0b9dbee0d0b488ab2 Mon Sep 17 00:00:00 2001 From: Luke Downing Date: Mon, 16 Aug 2021 22:12:13 +0100 Subject: [PATCH] Script update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29a20f31..99ee6a8c 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "test:lint": "php-cs-fixer fix -v --dry-run", "test:types": "phpstan analyse --ansi --memory-limit=-1", "test:unit": "php bin/pest --colors=always --exclude-group=integration", - "test:parallel": "php bin/pest -P --colors=always --exclude-group=integration", + "test:parallel": "php bin/pest -p --colors=always --exclude-group=integration", "test:integration": "php bin/pest --colors=always --group=integration", "update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always", "test": [