Remove mention of Waku

This commit is contained in:
Dmitriy Ryajov 2022-01-12 14:49:14 -06:00
parent faccf890d8
commit fe7aed96e8
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ proc test(name: string, params = "-d:chronicles_log_level=DEBUG", lang = "c") =
buildBinary name, "tests/", params buildBinary name, "tests/", params
exec "build/" & name exec "build/" & name
task testAll, "Build & run Waku v1 tests": task testAll, "Build & run Dagger tests":
test "testAll", "-d:chronicles_log_level=WARN" test "testAll", "-d:chronicles_log_level=WARN"