summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSebastian Neubauer <Flakebi@users.noreply.github.com>2021-05-19 22:37:49 +0200
committerGitHub <noreply@github.com>2021-05-19 22:37:49 +0200
commit68c618cba3855568e9a3194823354e049635666d (patch)
treef94cd52f8c7a26c04243d89e98f92177dec4294c /nixos/tests/all-tests.nix
parenta2e7d49882c29d6c822145454d7303512dd75f21 (diff)
downloadnixpkgs-68c618cba3855568e9a3194823354e049635666d.tar
nixpkgs-68c618cba3855568e9a3194823354e049635666d.tar.gz
nixpkgs-68c618cba3855568e9a3194823354e049635666d.tar.bz2
nixpkgs-68c618cba3855568e9a3194823354e049635666d.tar.lz
nixpkgs-68c618cba3855568e9a3194823354e049635666d.tar.xz
nixpkgs-68c618cba3855568e9a3194823354e049635666d.tar.zst
nixpkgs-68c618cba3855568e9a3194823354e049635666d.zip
opensmtpd-filter-rspamd: init at 0.1.7 (#122823)
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5ff31ba6834..2d96eeacf22 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -303,6 +303,7 @@ in
   openarena = handleTest ./openarena.nix {};
   openldap = handleTest ./openldap.nix {};
   opensmtpd = handleTest ./opensmtpd.nix {};
+  opensmtpd-rspamd = handleTest ./opensmtpd-rspamd.nix {};
   openssh = handleTest ./openssh.nix {};
   openstack-image-metadata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).metadata or {};
   openstack-image-userdata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).userdata or {};