gotify-server: add passthru.tests

This commit is contained in:
Robert Schütz 2023-09-05 20:07:18 -07:00 committed by Yureka
parent 94bce8f014
commit 39cec7b937

View file

@ -4,6 +4,7 @@
, buildGoModule
, sqlite
, callPackage
, nixosTests
}:
buildGoModule rec {
@ -39,6 +40,9 @@ buildGoModule rec {
passthru = {
updateScript = ./update.sh;
tests = {
nixos = nixosTests.gotify-server;
};
};
# Otherwise, all other subpackages are built as well and from some reason,