Skip to content

Commit

Permalink
Exclude test-fuzz test dependency (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner authored Dec 18, 2024
1 parent f25fdbc commit acecaca
Show file tree
Hide file tree
Showing 10 changed files with 719 additions and 2,057 deletions.
717 changes: 486 additions & 231 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ edition = "2021"
[dependencies]
holochain_serialized_bytes = "=0.0.55"
serde = "1"
thiserror = "1"
thiserror = "2"
serde_bytes = "0.11"
test-fuzz = "6.0.0"
test-fuzz = { version = "6.0.0", optional = true }

[dev-dependencies]
holochain_wasmer_common = { path = ".", features = ["fuzzing"] }

[features]
error_as_host = []
fuzzing = [
"dep:test-fuzz",
]
Loading

0 comments on commit acecaca

Please sign in to comment.