diff --git a/Cargo.toml b/Cargo.toml index f0ec80f..8bffc86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "keep" version = "0.1.0" edition = "2021" +[[test]] +name = "tests" +path = "src/tests.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/src/tests.rs b/src/tests.rs index 2719ecf..6c3bd50 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -292,3 +292,4 @@ mod tests { }); } } +mod tests;