Fix nimble.

This commit is contained in:
cheatfate 2018-11-19 23:03:50 +02:00
parent 152a93e25b
commit d45f35d295
1 changed files with 1 additions and 1 deletions

View File

@ -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"