Skip to content

Commit 4364de3

Browse files
committed
chore: add comment about release-please trick
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent c074fdb commit 4364de3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/tap-agent/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ bon = "3.3"
5252
test-assets = { path = "../test-assets", optional = true }
5353

5454
[dev-dependencies]
55+
# Release-please breaks with cyclical dependencies if dev-dependencies
56+
# import the current crate. For testing we import the current crate with the `test`
57+
# feature enabled in order to enable test-only infrastructure within our app when running tests.
5558
my-crate = { package = "indexer-tap-agent", path = ".", features = ["test"] }
5659
tempfile = "3.8.0"
5760
wiremock.workspace = true

0 commit comments

Comments
 (0)