Skip wrapper test on AppVeyor

This commit is contained in:
Ganesh Viswanathan 2020-03-30 17:14:39 -05:00
commit 54854a356a

View file

@ -51,6 +51,7 @@ task test, "Test":
# getHeader tests
withDir("tests"):
execCmd("nim e getheader.nims")
execCmd("nim e wrappers.nims")
if not existsEnv("APPVEYOR"):
execCmd("nim e wrappers.nims")
docsTask()