diff --git a/nixos/release.nix b/nixos/release.nix index 8016dba0915..b0bf94924f3 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 {};