re-enable chronos testing once again [backport:1.2] (#19222)

(cherry picked from commit 93c8427fca)
This commit is contained in:
Andreas Rumpf
2021-12-07 17:59:43 +01:00
committed by narimiran
parent ee876aee28
commit 168a8784f4

View File

@@ -51,7 +51,7 @@ pkg "cascade"
pkg "cello"
pkg "chroma"
pkg "chronicles", "nim c -o:chr -r chronicles.nim"
pkg "chronos", "nim c -r -d:release tests/testall", allowFailure = true # pending https://github.com/nim-lang/Nim/issues/17130
pkg "chronos", "nim c -r -d:release tests/testall"
pkg "cligen", "nim c --path:. -r cligen.nim"
pkg "combparser", "nimble test --gc:orc"
pkg "compactdict"