test: enable postgres/derives test

This commit is contained in:
Ryan Leckey
2020-06-12 15:20:32 -07:00
parent c9f3e1adca
commit d73434a19e

View File

@@ -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)
#