diff --git a/tests/bakery_chain_tests.rs b/tests/crud_tests.rs similarity index 82% rename from tests/bakery_chain_tests.rs rename to tests/crud_tests.rs index 6410a663..12d9a5b8 100644 --- a/tests/bakery_chain_tests.rs +++ b/tests/crud_tests.rs @@ -6,7 +6,8 @@ pub use common::{bakery_chain::*, setup::*, TestContext}; mod crud; // Run the test locally: -// DATABASE_URL="mysql://root:@localhost" cargo test --features sqlx-mysql,runtime-async-std --test bakery_chain_tests +// DATABASE_URL="mysql://root:root@localhost" cargo test --features sqlx-mysql,runtime-async-std --test bakery_chain_tests +// DATABASE_URL="postgres://root:root@localhost" cargo test --features sqlx-postgres,runtime-async-std --test bakery_chain_tests #[cfg_attr(feature = "runtime-async-std", async_std::test)] #[cfg_attr(feature = "runtime-actix", actix_rt::test)] #[cfg_attr(feature = "runtime-tokio", tokio::test)]