From 6124292c7ec4b0ebc076b515d26ed656e8ed83d0 Mon Sep 17 00:00:00 2001 From: bcoll Date: Tue, 10 Oct 2023 12:50:52 +0100 Subject: [PATCH] Re-enable parallel tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91871fb86..6cff652cf 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lint:fix": "npm run lint -- --fix", "prepublishOnly": "npm run lint && npm run clean && npm run build && npm run types:bundle && npm run test", "release": "./scripts/release.sh", - "test": "npm run build && ava --serial && rimraf ./.tmp", + "test": "npm run build && ava && rimraf ./.tmp", "types:build": "tsc && tsc -p packages/miniflare/src/workers/tsconfig.json", "types:bundle": "npm run types:build && node scripts/types.mjs" },