test: move to tests dir
This commit is contained in:
parent
ed999ba030
commit
1b9f4dce95
2 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@
|
||||||
};
|
};
|
||||||
checks = {
|
checks = {
|
||||||
default = self.checks.${system}.vmtest;
|
default = self.checks.${system}.vmtest;
|
||||||
vmtest = (import ./test.nix {
|
vmtest = (import tests/minimal-vmtest.nix {
|
||||||
inherit pkgs authentik-version;
|
inherit pkgs authentik-version;
|
||||||
inherit (self) nixosModules;
|
inherit (self) nixosModules;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue