From d816bf8d97e51d4546ad7667e331018f18a792c0 Mon Sep 17 00:00:00 2001
From: Tobias Bruns <kontakt@tobias-bruns.de>
Date: Fri, 17 Jan 2025 14:53:44 +0100
Subject: [PATCH] OZG-6238 readd parallel but without limiting threads

---
 alfa-client/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alfa-client/package.json b/alfa-client/package.json
index 0e9fb56367..1f72c55a68 100644
--- a/alfa-client/package.json
+++ b/alfa-client/package.json
@@ -20,8 +20,8 @@
     "ci-build-admin": "nx container admin",
     "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
     "ci-prodBuild-admin": "nx container admin",
-    "ci-test": "nx run-many --target=test -- --runInBand",
-    "ci-sonar": "nx run-many --target=test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner",
+    "ci-test": "nx run-many --target=test --parallel -- --runInBand",
+    "ci-sonar": "nx run-many --target=test --parallel -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner",
     "lint": "nx workspace-lint && nx lint",
     "affected:apps": "nx affected:apps",
     "affected:libs": "nx affected:libs",
-- 
GitLab