ecryptfs: add test to release (#16910)

Would have caught regression #16766

authored by obadz and committed by GitHub f76a8fbb c6f5accb

+1
+1
nixos/release.nix
··· 220 220 tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; }); 221 221 tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; }); 222 222 tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; }; 223 + tests.ecryptfs = callTest tests/ecryptfs.nix {}; 223 224 tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; }); 224 225 tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops; 225 226 tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;