disable chronos testing for now

This commit is contained in:
Araq
2020-03-11 09:28:10 +01:00
parent 3aed8ff432
commit f5f9243cc0

View File

@@ -17,7 +17,8 @@ pkg "c2nim", false, "nim c testsuite/tester.nim"
pkg "cascade"
pkg "chroma"
pkg "chronicles", true, "nim c -o:chr -r chronicles.nim"
pkg "chronos", true
# disable until my chronos fix was merged
#pkg "chronos", true
pkg "cligen", false, "nim c -o:cligenn -r cligen.nim"
pkg "coco", true
pkg "combparser"