mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 21:44:24 +00:00
disable release and enable tracing for debuging
This commit is contained in:
parent
f767614827
commit
5e94108f93
@ -16,7 +16,7 @@ requires "nim > 0.19.4",
|
||||
"stew"
|
||||
|
||||
proc runTest(filename: string) =
|
||||
exec "nim --opt:speed -d:release c -r tests/" & filename
|
||||
exec "nim -d:chronicles_log_level=trace -d:chronicles_colors=off c -r tests/" & filename
|
||||
# rmFile "tests/" & filename
|
||||
|
||||
task test, "Runs the test suite":
|
||||
|
Loading…
x
Reference in New Issue
Block a user