mirror of https://github.com/vacp2p/nim-libp2p.git
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) =
|
proc runTest(filename: string) =
|
||||||
exec "nim c -r tests/" & filename
|
exec "nim c -r tests/" & filename
|
||||||
rmFile "tests/" & filename
|
# rmFile "tests/" & filename
|
||||||
|
|
||||||
task test, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
runTest "testnative"
|
runTest "testnative"
|
||||||
runTest "testdaemon"
|
runTest "testdaemon"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue