Skip to content

Commit d04678b

Browse files
committed
clippy
1 parent ef26a70 commit d04678b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/recording/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
9999
[target.'cfg(target_os = "macos")'.dev-dependencies]
100100
libproc = "0.14"
101101

102+
[[test]]
103+
name = "synthetic_recording"
104+
required-features = ["test-utils"]
105+
102106
[[example]]
103107
name = "synthetic-test-runner"
104108
required-features = ["test-utils"]

0 commit comments

Comments
 (0)