From 28892c988b075e57a6136d84f84c571191dea742 Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 14:18:50 +0200 Subject: [PATCH] [TASK] run tests in separate processes Part of #1387 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b83755..41cf6d1 100644 --- a/composer.json +++ b/composer.json @@ -160,7 +160,7 @@ "ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests", "ci:tests:functional": [ "@ci:tests:create-directories", - "paratest -c Build/phpunit/FunctionalTests.xml Tests/Functional" + "paratest -f -c Build/phpunit/FunctionalTests.xml Tests/Functional" ], "ci:tests:unit": ".Build/bin/phpunit -c Build/phpunit/UnitTests.xml Tests/Unit", "ci:ts:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",