diff --git a/test/fixture-projects/hardhat-project/hardhat.config.ts b/test/fixture-projects/hardhat-project/hardhat.config.ts index 3f27c06..ccc0571 100644 --- a/test/fixture-projects/hardhat-project/hardhat.config.ts +++ b/test/fixture-projects/hardhat-project/hardhat.config.ts @@ -24,7 +24,7 @@ const config: HardhatUserConfig = { }, paths: {}, tracer: { - // enabled: true, + enabled: true, enableAllOpcodes: true, showAddresses: true, gasCost: true, @@ -44,7 +44,7 @@ const config: HardhatUserConfig = { // }, }, }, - tasks: ["compile", "node", "deploy"], + tasks: ["deploy"], }, namedAccounts: { deployer: 0,