From 0dde47a58acdd3cff855796bbd899c90c7fb25b5 Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Mon, 5 Nov 2018 21:06:30 -0500 Subject: nixos/gitea: add a nixos test to ensure the initial database migration succeeds so the application can start --- nixos/release.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 4647f28be186..a3d33887db27 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 {}; -- cgit v1.2.3