mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 04:32:05 +00:00
[wip] don't specify chronicles_log_level=TRACE in nimble task for hello_codex
This commit is contained in:
parent
13ee905c10
commit
e9b3dd070e
@ -60,7 +60,7 @@ task codex, "build codex binary":
|
||||
buildBinary "codex", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
|
||||
|
||||
task hello_codex, "build hello_codex binary":
|
||||
buildBinary "hello_codex", srcDir = "testground/hello_codex/", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
|
||||
buildBinary "hello_codex", srcDir = "testground/hello_codex/", params = "-d:chronicles_runtime_filtering"
|
||||
|
||||
task testCodex, "Build & run Codex tests":
|
||||
test "testCodex"
|
||||
|
Loading…
x
Reference in New Issue
Block a user