Try to use in-memory for CI

This commit is contained in:
Neil Alexander 2021-07-14 15:25:15 +01:00
parent ee6bfe24f5
commit 0f65b8a621
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 8 deletions

View file

@ -70,6 +70,7 @@ func main() {
// don't hit matrix.org when running tests!!!
cfg.SigningKeyServer.KeyPerspectives = config.KeyPerspectives{}
cfg.UserAPI.BCryptCost = bcrypt.MinCost
cfg.Global.JetStream.InMemory = true
}
j, err := yaml.Marshal(cfg)