From d73434a19ec14cdffc54a064eba10e967dfc1c60 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 12 Jun 2020 15:20:32 -0700 Subject: [PATCH] test: enable postgres/derives test --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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) #