Skip to content

Commit

Permalink
build(integration-tests): fix to only build during tests (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 authored Mar 9, 2024
1 parent c88e190 commit 154be7a
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 432 deletions.
6 changes: 2 additions & 4 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
[dev-dependencies]
codec.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "std", "tracing-log"] }

# Substrate
frame-support.workspace = true
Expand Down Expand Up @@ -37,9 +38,6 @@ emulated-integration-tests-common.workspace = true
# Local
pop-runtime.workspace = true

[dev-dependencies]
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "std", "tracing-log"] }

[features]
default = ["std"]
std = [
Expand Down
Loading

0 comments on commit 154be7a

Please sign in to comment.