mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-04 22:43:07 +00:00
properly move testing libbacktrace to a separate task (#236)
This is a continuation of #231.
This commit is contained in:
parent
0c7a0bd0a5
commit
3697426f85
@ -21,7 +21,6 @@ task test, "Run all tests":
|
||||
commandStart & " -d:chronosStackTrace -d:chronosStrictException tests/",
|
||||
commandStart & " -d:release tests/",
|
||||
commandStart & " -d:release -d:chronosFutureTracking tests/",
|
||||
commandStart & " -d:release --debugger:native -d:chronosStackTrace -d:nimStackTraceOverride --import:libbacktrace tests/",
|
||||
]
|
||||
when (NimMajor, NimMinor) >= (1, 5):
|
||||
commands.add commandStart & " --gc:orc -d:chronosFutureTracking -d:release -d:chronosStackTrace tests/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user