mirror of https://github.com/vacp2p/nim-libp2p.git
Fix nimble.
This commit is contained in:
parent
152a93e25b
commit
d45f35d295
|
@ -10,6 +10,6 @@ skipDirs = @["tests", "Nim"]
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0",
|
||||||
"https://github.com/status-im/nim-asyncdispatch2"
|
"https://github.com/status-im/nim-asyncdispatch2"
|
||||||
|
|
||||||
task tests, "Runs the test suite":
|
task test, "Runs the test suite":
|
||||||
exec "nim c -r tests/testpbvarint"
|
exec "nim c -r tests/testpbvarint"
|
||||||
exec "nim c -r tests/testdaemon"
|
exec "nim c -r tests/testdaemon"
|
Loading…
Reference in New Issue