borgbackup: Move tests close to service

This commit is contained in:
a-kenji
2025-06-11 13:47:29 +02:00
parent 600310f263
commit 316ec8c526
14 changed files with 199 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ in
postgresql = self.clanLib.test.containerTest ./postgresql nixosTestArgs;
dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs;
borgbackup = import ./borgbackup nixosTestArgs;
data-mesher = import ./data-mesher nixosTestArgs;
}
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "aarch64-linux") {