mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +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