mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
add nixos module test
This is very basic for now, just ensures that the grapevine systemd unit is able to start. Config validation plus the federation self-test should hopefully still be able to catch some issues this way.
This commit is contained in:
parent
6cb7896e17
commit
1b06a1842c
2 changed files with 70 additions and 0 deletions
|
|
@ -128,6 +128,10 @@
|
|||
devShells.all-features = ((mkScope pkgs).overrideDefaultPackage {
|
||||
all-features = true;
|
||||
}).shell;
|
||||
|
||||
checks.nixosModule = pkgs.testers.runNixOSTest {
|
||||
imports = [ (import ./nix/tests/default.nix inputs) ];
|
||||
};
|
||||
}
|
||||
)
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue