nixos/gitea: add a nixos test to ensure the initial database migration succeeds so the application can start

This commit is contained in:
Aaron Andersen
2018-11-08 17:31:05 -05:00
parent 3ed52c7804
commit 0dde47a58a
2 changed files with 75 additions and 0 deletions
+1
View File
@@ -301,6 +301,7 @@ in rec {
tests.fsck = callTest tests/fsck.nix {};
tests.fwupd = callTest tests/fwupd.nix {};
tests.gdk-pixbuf = callTest tests/gdk-pixbuf.nix {};
tests.gitea = callSubTests tests/gitea.nix {};
tests.gitlab = callTest tests/gitlab.nix {};
tests.gitolite = callTest tests/gitolite.nix {};
tests.gjs = callTest tests/gjs.nix {};