debugging in ci

This commit is contained in:
Eric 2023-11-20 21:33:14 +11:00
parent 18640e339b
commit 83d36c06fc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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.