From f2d16f2ec38771f185d9ee4e74cc8de3771aaa57 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Jun 2025 14:54:52 +0200 Subject: [PATCH] Activate debug --- tests/integration/testcli.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/testcli.nim b/tests/integration/testcli.nim index 0328c68b..7f813648 100644 --- a/tests/integration/testcli.nim +++ b/tests/integration/testcli.nim @@ -66,6 +66,7 @@ asyncchecksuite "Command line interface": ) test "complains when persistence is enabled without ethereum account": + # let hardhat = await HardhatProcess.startNode(@[], true, "hardhat") let node = await startCodex(@["persistence"]) defer: