try removing verbose output to see if windows ci passes

This commit is contained in:
Eric 2025-03-26 16:26:32 +11:00
parent e5182cb3c4
commit 889d4ae67f
No known key found for this signature in database

View File

@ -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 " &