diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-12-07 17:59:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 17:59:43 +0100 |
commit | 93c8427fca0bdc0f32c8f7c011c661808ea1e6dc (patch) | |
tree | c700f80fecab7e006b6aeb0b110dcacd058babc8 /testament | |
parent | ebd88725f9d899440408cc635b79041942bc4fd0 (diff) | |
download | Nim-93c8427fca0bdc0f32c8f7c011c661808ea1e6dc.tar.gz |
re-enable chronos testing once again [backport:1.2] (#19222)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e11799e73..7e15e7c65 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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" |