Skip to content

Commit

Permalink
[TASK] run tests in separate processes
Browse files Browse the repository at this point in the history
Part of  #1387
  • Loading branch information
Starkmann committed Jul 30, 2024
1 parent 95e44de commit 28892c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 28892c9

Please sign in to comment.