Skip to content

Commit 5c2f914

Browse files
committed
test: update test-log to print debug messages
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 1c753ef commit 5c2f914

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ tempfile = "3.8.0"
6262
wiremock.workspace = true
6363
wiremock-grpc = "0.0.3-alpha3"
6464
test-assets = { path = "../test-assets" }
65-
test-log = { version = "0.2.12", default-features = false }
65+
test-log = { version = "0.2.12", features = ["trace"] }
6666
bon = "3.3"
6767
rstest = "0.24.0"

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clippy:
1515
cargo +nightly clippy --all-targets --all-features
1616

1717
test:
18-
cargo nextest run
18+
RUST_LOG=debug cargo nextest run
1919

2020
fmt:
2121
cargo +nightly fmt

0 commit comments

Comments
 (0)