0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/redis: add test

This commit is contained in:
Florian Klink 2019-08-31 20:17:33 +02:00
parent 8680f72c88
commit c00c4b1940
2 changed files with 27 additions and 0 deletions

View file

@ -234,6 +234,7 @@ in
rabbitmq = handleTest ./rabbitmq.nix {};
radarr = handleTest ./radarr.nix {};
radicale = handleTest ./radicale.nix {};
redis = handleTest ./redis.nix {};
redmine = handleTest ./redmine.nix {};
roundcube = handleTest ./roundcube.nix {};
rspamd = handleTest ./rspamd.nix {};