Do not attempt to start hardhat node since CI already started one

This commit is contained in:
Eric 2024-10-29 19:10:14 +11:00
parent 9204eef75f
commit 0addcc5740
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ marketplacesuite "Slot reservations":
test "nonce does not go too high when reserving slots",
NodeConfigs(
# Uncomment to start Hardhat automatically, typically so logs can be inspected locally
hardhat: HardhatConfig()
.withLogFile()
.some,
hardhat: HardhatConfig.none,
clients:
CodexConfigs.init(nodes=1)