diff options
author | loloiccl <oxisccl@gmail.com> | 2020-01-07 14:47:40 +0900 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2020-01-07 06:47:40 +0100 |
commit | 6a7a19eb15d3878bc97a7ea729d981124628f3ad (patch) | |
tree | 9d57dc7313b76a968297aa9460dd3bd4a272476b /testament | |
parent | a019cc52f625d301939ffa927b959a20ea47cb6f (diff) | |
download | Nim-6a7a19eb15d3878bc97a7ea729d981124628f3ad.tar.gz |
Modify the test command for nimly (nimble-package) (#13053)
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 f09a75aab..f2ce8fb25 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -54,7 +54,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", "", true # pkg "nimongo", "nimble test_ci", true pkg "nimpy", "nim c -r tests/nimfrompy.nim" pkg "nimquery" |