From d45f35d295f2bcff99ad968dcf664efe5f4a21a9 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Mon, 19 Nov 2018 23:03:50 +0200 Subject: [PATCH] Fix nimble. --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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