Attempt to fix Appveyor CI freeze.

This commit is contained in:
cheatfate 2019-08-22 08:49:27 +03:00
parent 2ab6b2c3ca
commit 660888e7dc
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@ requires "nim > 0.18.0",
proc runTest(filename: string) =
exec "nim c -r tests/" & filename
rmFile "tests/" & filename
# rmFile "tests/" & filename
task test, "Runs the test suite":
runTest "testnative"
runTest "testdaemon"