mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-24 10:18:15 +00:00
disable Chronicles colours on Windows
This commit is contained in:
parent
64a9999ac9
commit
b2c5fa8e58
@ -20,6 +20,8 @@ proc configForTests() =
|
|||||||
--run
|
--run
|
||||||
--forceBuild
|
--forceBuild
|
||||||
--threads: on
|
--threads: on
|
||||||
|
if hostOS == "windows":
|
||||||
|
--define: "chronicles_colors=NoColors"
|
||||||
|
|
||||||
task test, "run tests":
|
task test, "run tests":
|
||||||
configForTests()
|
configForTests()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user