mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
fix(tests): ignore tests if postgres isn't up
This commit is contained in:
@ -3,6 +3,9 @@ name = "db-diesel-async"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
postgres_tests = []
|
||||
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
diesel = { version = "2", default-features = false, features = ["uuid"] }
|
||||
|
Reference in New Issue
Block a user