Skip to content

Commit

Permalink
chore(infra): add testing feature
Browse files Browse the repository at this point in the history
commit-id:a7620717
  • Loading branch information
Itay-Tsabary-Starkware committed Nov 23, 2024
1 parent 7f86142 commit e124d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions crates/starknet_sequencer_infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ edition.workspace = true
repository.workspace = true
license.workspace = true

[package.metadata.cargo-udeps.ignore]
normal = ["tokio"]

[features]
testing = []

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet_sequencer_infra/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod component_definitions;
pub mod component_server;
pub mod errors;
pub mod serde_utils;
#[cfg(test)]
#[cfg(any(feature = "testing", test))]
pub mod test_utils;
#[cfg(test)]
pub mod tests;
Expand Down

0 comments on commit e124d6a

Please sign in to comment.