From 3ce167958a7d6770de9a31a19419a6d9f6d5056a Mon Sep 17 00:00:00 2001 From: Adam Shai Date: Mon, 24 Oct 2022 21:19:44 +0300 Subject: [PATCH] Run Hardhat tests in parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b0b0623a..0b7a26752 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "scripts": { "build": "hardhat compile", "rebuild": "yarn clean && yarn build", - "test": "NODE_OPTIONS='--max-old-space-size=8192' hardhat test", + "test": "NODE_OPTIONS='--max-old-space-size=8192' hardhat test --parallel", "testb": "BAIL=1 yarn test", "size": "hardhat size-contracts", "verify": "hardhat verify",