Remove mention of Waku
This commit is contained in:
parent
faccf890d8
commit
fe7aed96e8
|
@ -33,5 +33,5 @@ proc test(name: string, params = "-d:chronicles_log_level=DEBUG", lang = "c") =
|
|||
buildBinary name, "tests/", params
|
||||
exec "build/" & name
|
||||
|
||||
task testAll, "Build & run Waku v1 tests":
|
||||
task testAll, "Build & run Dagger tests":
|
||||
test "testAll", "-d:chronicles_log_level=WARN"
|
||||
|
|
Loading…
Reference in New Issue