diff --git a/dagger.nimble b/dagger.nimble index d12ceb5a..ccc4c691 100644 --- a/dagger.nimble +++ b/dagger.nimble @@ -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"