From b1dd94a5f723d4beec15c069803420f51e342298 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Fri, 8 Jan 2021 10:42:59 +1000 Subject: [PATCH] add path for filters and macros tests --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a82766344..5ee00c5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]