mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 07:53:07 +00:00
try removing verbose output to see if windows ci passes
This commit is contained in:
parent
86db88ce72
commit
38a4f864da
@ -350,7 +350,8 @@ proc buildCommand(
|
||||
# colours, and loglevel = TRACE).
|
||||
"-d:chronicles_log_level=TRACE " &
|
||||
"-d:chronicles_sinks=textlines[nocolors,file] " &
|
||||
"-d:nimUnittestOutputLevel:VERBOSE " &
|
||||
when not defined(windows):
|
||||
"-d:nimUnittestOutputLevel:VERBOSE " &
|
||||
"--verbosity:0 " &
|
||||
"--hints:off " &
|
||||
"-d:release " &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user