tests: Add tests for rspamd-related functionality
This commit is contained in:
parent
a93bd2717d
commit
bb2ccd6408
3 changed files with 176 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
...
|
||||
}: {
|
||||
checks = let
|
||||
tests = ["internal" "basic" "aliases"];
|
||||
tests = ["internal" "basic" "aliases" "rspamd"];
|
||||
genTest = testName: {
|
||||
"name" = testName;
|
||||
"value" = import (./tests + "/${testName}.nix") {inherit pkgs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue