Modify the test command for nimly (nimble-package) (#13053)

(cherry picked from commit 6a7a19eb15)
This commit is contained in:
loloiccl
2020-01-07 14:47:40 +09:00
committed by narimiran
parent 04e70f1f4b
commit cfd0ae4adb

View File

@@ -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"