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

This commit is contained in:
Andreas Rumpf
2021-12-07 17:59:43 +01:00
committed by GitHub
parent ebd88725f9
commit 93c8427fca

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"