added test to nixos/release.nix so it will be run on hydra
This commit is contained in:
parent
1cb5b509f1
commit
72635ba359
|
@ -396,6 +396,7 @@ in rec {
|
||||||
tests.quake3 = callTest tests/quake3.nix {};
|
tests.quake3 = callTest tests/quake3.nix {};
|
||||||
tests.rabbitmq = callTest tests/rabbitmq.nix {};
|
tests.rabbitmq = callTest tests/rabbitmq.nix {};
|
||||||
tests.radicale = callTest tests/radicale.nix {};
|
tests.radicale = callTest tests/radicale.nix {};
|
||||||
|
tests.redmine = callTest tests/redmine.nix {};
|
||||||
tests.rspamd = callSubTests tests/rspamd.nix {};
|
tests.rspamd = callSubTests tests/rspamd.nix {};
|
||||||
tests.runInMachine = callTest tests/run-in-machine.nix {};
|
tests.runInMachine = callTest tests/run-in-machine.nix {};
|
||||||
tests.rxe = callTest tests/rxe.nix {};
|
tests.rxe = callTest tests/rxe.nix {};
|
||||||
|
|
Loading…
Reference in New Issue