Skip to content

Commit

Permalink
Merge pull request #432 from KodrAus/fix/test-path-during-package
Browse files Browse the repository at this point in the history
Add path for filters and macros tests
  • Loading branch information
KodrAus authored Jan 8, 2021
2 parents 746e6e2 + b1dd94a commit 35dbf7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ features = ["std", "serde", "kv_unstable_std", "kv_unstable_sval", "kv_unstable_

[[test]]
name = "filters"
path = "tests/filters.rs"
harness = false

[[test]]
name = "macros"
path = "tests/macros.rs"
harness = true

[features]
Expand Down

0 comments on commit 35dbf7d

Please sign in to comment.