mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-03 06:24:07 +00:00
enable debug logs for testpurchasing since the failure in ci
This commit is contained in:
parent
39557031a5
commit
ee885afb40
@ -13,7 +13,7 @@ export multinodes
|
|||||||
template twonodessuite*(name: string, body: untyped) =
|
template twonodessuite*(name: string, body: untyped) =
|
||||||
multinodesuite name:
|
multinodesuite name:
|
||||||
let twoNodesConfig {.inject, used.} =
|
let twoNodesConfig {.inject, used.} =
|
||||||
NodeConfigs(clients: CodexConfigs.init(nodes = 2).some)
|
NodeConfigs(clients: CodexConfigs.init(nodes = 2).debug().some)
|
||||||
|
|
||||||
var node1 {.inject, used.}: CodexProcess
|
var node1 {.inject, used.}: CodexProcess
|
||||||
var node2 {.inject, used.}: CodexProcess
|
var node2 {.inject, used.}: CodexProcess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user