[wip] add run tests

This commit is contained in:
Simon Vieille 2024-03-20 16:21:37 +01:00
commit ae77b65281
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417
3 changed files with 5 additions and 3 deletions

View file

@ -48,7 +48,7 @@ func TestAppRun(t *testing.T) {
schema, _ := config.LoadSchemaConfigFromFile("../tests/schema.yml")
dsns := []string{
"mysql://root@tcp(service-mysql)/test",
"mysql://root:root@tcp(service-mysql)/test",
// "postgres://postgres@tcp(service-postgres)/test",
}