chore: when building integration tests, activate testing features in stacks, clarity, and stacks_common

This commit is contained in:
Jude Nelson
2022-04-21 14:46:20 -04:00
parent a358c30617
commit 95b955345d

View File

@@ -30,6 +30,9 @@ ring = "0.16.19"
warp = "0.3"
tokio = "1.15"
reqwest = { version = "0.11", features = ["blocking", "json", "rustls"] }
stacks = { package = "blockstack-core", path = "../../.", features = ["testing"] }
clarity = { package = "clarity", path = "../../clarity/.", features = ["testing"] }
stacks_common = { package = "stacks-common", path = "../../stacks-common/.", features = ["testing"] }
[dev-dependencies.rusqlite]
version = "=0.24.2"