2025-06-07 21:50:04 +08:00
|
|
|
{ runTest }:
|
2025-01-09 23:18:07 +01:00
|
|
|
|
|
|
|
{
|
2025-06-07 21:50:04 +08:00
|
|
|
extensions = runTest ./extensions.nix;
|
|
|
|
http-auth = runTest ./http-auth.nix;
|
|
|
|
none-auth = runTest ./none-auth.nix;
|
|
|
|
pgsql = runTest ./pgsql.nix;
|
|
|
|
nginx-sqlite = runTest ./nginx-sqlite.nix;
|
|
|
|
caddy-sqlite = runTest ./caddy-sqlite.nix;
|
2025-01-09 23:18:07 +01:00
|
|
|
}
|