diff --git a/libp2p.nimble b/libp2p.nimble index 6b7d0647d..c0f2b1408 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -10,6 +10,6 @@ skipDirs = @["tests", "Nim"] requires "nim > 0.18.0", "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/testdaemon" \ No newline at end of file