Skip to content

Commit

Permalink
Contracts: running hardhat tests in parallel (#11090)
Browse files Browse the repository at this point in the history
Co-authored-by: Rens Rooimans <github@rensrooimans.nl>
  • Loading branch information
Andrei Smirnov and RensR authored Oct 31, 2023
1 parent 14804a9 commit 7cadec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"private": false,
"scripts": {
"test": "hardhat test",
"test": "hardhat test --parallel",
"lint": "eslint --ext js,ts .",
"prettier:check": "prettier '**/*' --check --ignore-unknown",
"prettier:write": "prettier '**/*' --write --ignore-unknown",
Expand Down

0 comments on commit 7cadec0

Please sign in to comment.