diff --git a/Cargo.toml b/Cargo.toml index 76293d0df..90f982aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,6 +161,11 @@ name = "postgres-macros" path = "tests/postgres/macros.rs" required-features = [ "postgres", "macros" ] +[[test]] +name = "postgres-derives" +path = "tests/postgres/derives.rs" +required-features = [ "postgres", "macros" ] + # # Microsoft SQL Server (MSSQL) #