added test to nixos/release.nix so it will be run on hydra

This commit is contained in:
Aaron Andersen 2018-10-10 21:16:42 -04:00
parent 1cb5b509f1
commit 72635ba359

View file

@ -396,6 +396,7 @@ in rec {
tests.quake3 = callTest tests/quake3.nix {};
tests.rabbitmq = callTest tests/rabbitmq.nix {};
tests.radicale = callTest tests/radicale.nix {};
tests.redmine = callTest tests/redmine.nix {};
tests.rspamd = callSubTests tests/rspamd.nix {};
tests.runInMachine = callTest tests/run-in-machine.nix {};
tests.rxe = callTest tests/rxe.nix {};