disable testing of nimly package

This commit is contained in:
narimiran
2019-04-15 18:53:25 +02:00
parent 2f56dd6b2b
commit 41ee3538df

View File

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