debugging in ci
This commit is contained in:
parent
18640e339b
commit
83d36c06fc
|
@ -20,7 +20,7 @@ import ./marketplacesuite
|
|||
# You can also pass a string in same format like for the `--log-level` parameter
|
||||
# to enable custom logging levels for specific topics like: debug2 = "INFO; TRACE: marketplace"
|
||||
|
||||
twonodessuite "Integration tests", debug1 = false, debug2 = false:
|
||||
twonodessuite "Integration tests", debug1 = true, debug2 = true:
|
||||
setup:
|
||||
# Our Hardhat configuration does use automine, which means that time tracked by `ethProvider.currentTime()` is not
|
||||
# advanced until blocks are mined and that happens only when transaction is submitted.
|
||||
|
|
Loading…
Reference in New Issue