mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-27 07:35:17 +00:00
disable chronicles logging in tests
This commit is contained in:
parent
0ce6abf0fe
commit
40dee9b525
@ -3,3 +3,5 @@ when (NimMajor, NimMinor) >= (1, 4):
|
||||
switch("hint", "XCannotRaiseY:off")
|
||||
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
|
||||
switch("warning", "BareExcept:off")
|
||||
|
||||
--define:"chronicles_enabled:off"
|
||||
|
Loading…
x
Reference in New Issue
Block a user