From 9b5350fb6eb9f8f63d30ff4e23733466232d1040 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 20 May 2025 11:18:37 -0700 Subject: [PATCH] test: run apt tests in series --- packages/setup-apt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/setup-apt/package.json b/packages/setup-apt/package.json index d86b5ec9..4c709541 100644 --- a/packages/setup-apt/package.json +++ b/packages/setup-apt/package.json @@ -21,7 +21,7 @@ "lint.tsc": "tsc --noEmit --pretty", "lint.eslint": "eslint '**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix", "prepublishOnly": "pnpm run build", - "test": "jest --coverage" + "test": "jest --coverage --runInBand" }, "dependencies": { "@types/node": "22.15.3",