Attempt to fix Appveyor CI freeze.
This commit is contained in:
parent
2ab6b2c3ca
commit
660888e7dc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue