Run db tests against both postgres and sqlite

This commit is contained in:
Max Brunsfeld 2022-11-10 14:29:03 -08:00
parent dafdc4b4a5
commit 9ce3524eb8
3 changed files with 386 additions and 308 deletions

View file

@ -1,5 +1,5 @@
use crate::{
db::{NewUserParams, ProjectId, TestDb, UserId},
db::{NewUserParams, ProjectId, SqliteTestDb as TestDb, UserId},
rpc::{Executor, Server},
AppState,
};