enable parallel testing
All checks were successful
/ ls (pull_request) Successful in 1m27s
/ ls (push) Successful in 1m24s

This commit is contained in:
lubiana 2025-02-02 21:01:45 +01:00
parent 9119029419
commit 2b5d943116
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
2 changed files with 3 additions and 1 deletions

View file

@ -85,7 +85,7 @@
"rector",
"ecs --fix || ecs --fix"
],
"test": "pest"
"test": "pest --parallel"
},
"conflict": {
"symfony/symfony": "*"

View file

@ -6,6 +6,8 @@ require dirname(__DIR__) . '/vendor/autoload.php';
if (method_exists(Dotenv::class, 'bootEnv')) {
(new Dotenv)->bootEnv(dirname(__DIR__) . '/.env');
$token = $_SERVER['TEST_TOKEN'] ?? '';
$_ENV['DATABASE_URL'] .= $token;
}
if ($_SERVER['APP_DEBUG']) {