diff options
author | narimiran <narimiran@disroot.org> | 2019-04-15 18:53:25 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-04-15 18:53:25 +0200 |
commit | 41ee3538df7fcb0e006649e3d0881edbdefb65c7 (patch) | |
tree | d8c916f6be49673575f215e154e7687f0bc476ba | |
parent | 2f56dd6b2b5b242409ce297d618a5f6db331e30a (diff) | |
download | Nim-41ee3538df7fcb0e006649e3d0881edbdefb65c7.tar.gz |
disable testing of nimly package
-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 ff75fc8cc..68a2f4431 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -49,7 +49,7 @@ pkg "nimfp", "nim c -o:nfp -r src/fp.nim", true pkg "nimgame2", "nim c nimgame2/nimgame.nim", true pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim", true # pkg "nimlsp", "", true -pkg "nimly", "nim c -r tests/test_nimly", true +# pkg "nimly", "nim c -r tests/test_nimly", true pkg "nimongo", "nimble test_ci", true pkg "nimpy", "nim c -r tests/nimfrompy.nim" pkg "nimquery" |