diff --git a/scripts/tests/all.test.ts b/scripts/tests/all.test.ts
index a7867dee..19d5e251 100644
--- a/scripts/tests/all.test.ts
+++ b/scripts/tests/all.test.ts
@@ -26,7 +26,7 @@ describe("vitest", async () => {
     let result: string;
 
     try {
-      result = execSync(`npx vitest run --reporter=json`, {
+      result = execSync(`npx vitest run --reporter=json --single-thread`, {
         cwd: rootFolder,
         stdio: "pipe",
       }).toString();