Skip to content

Commit

Permalink
add path for filters and macros tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jan 8, 2021
1 parent 746e6e2 commit b1dd94a
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 b1dd94a

Please sign in to comment.