mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-05 23:23:08 +00:00
disable chronicles logging in tests
This commit is contained in:
parent
0ce6abf0fe
commit
600a10c3c5
@ -3,3 +3,5 @@ when (NimMajor, NimMinor) >= (1, 4):
|
|||||||
switch("hint", "XCannotRaiseY:off")
|
switch("hint", "XCannotRaiseY:off")
|
||||||
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
|
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
|
||||||
switch("warning", "BareExcept:off")
|
switch("warning", "BareExcept:off")
|
||||||
|
|
||||||
|
--define:"chronicles_enabled:off"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user