User-Integration Tests and better infrastructure #28

Merged
mixel merged 8 commits from integration-test-addition into main 2025-06-20 17:03:40 +02:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit 8fb44d0ad9 - Show all commits

1
Cargo.lock generated
View file

@ -635,7 +635,6 @@ dependencies = [
"lazy_static", "lazy_static",
"log", "log",
"migration", "migration",
"rand 0.8.5",
"sea-orm", "sea-orm",
"serde", "serde",
"serde_json", "serde_json",

View file

@ -47,9 +47,6 @@ testcontainers-modules = { version = "0.12.1", features = [
"postgres", "postgres",
] } ] }
# Only needed for tests right now
rand = "*"
[features] [features]
serve = [] serve = []