Skip to content

Commit

Permalink
kbkdf: integration tests are not functional without data (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Jan 31, 2025
1 parent a5c1b21 commit 0715721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["crypto", "KBKDF", "KDF"]
categories = ["cryptography", "no-std"]
readme = "README.md"
rust-version = "1.81"
exclude = ["/tests/data/*"]
exclude = ["/tests/*"]

[dependencies]
digest = { version = "0.11.0-pre.9", default-features = false, features = ["mac"] }
Expand Down

0 comments on commit 0715721

Please sign in to comment.