Skip to content

Commit

Permalink
chore: Fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Apr 24, 2023
1 parent 30b8f07 commit 1934825
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros"]}
tokio-stream = "0.1"
tonic = {path = "../tonic", features = ["tls"]}
tower = {version = "0.4"}
tracing = "0.1"
tracing-log = "0.1"
tracing-subscriber = {version = "0.3"}

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ pub mod mock {
}

pub fn trace_init() {
tracing_subscriber::fmt::init();
let _ = tracing_subscriber::fmt::try_init();
}

0 comments on commit 1934825

Please sign in to comment.