listmonk: perform tests only linux supported platforms
Otherwise, Darwin will try to run them and fail.
This commit is contained in:
parent
b4658cada3
commit
ffdeabbadf
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ in {
|
|||
lightdm = handleTest ./lightdm.nix {};
|
||||
lighttpd = handleTest ./lighttpd.nix {};
|
||||
limesurvey = handleTest ./limesurvey.nix {};
|
||||
listmonk = handleTest ./listmonk.nix {};
|
||||
listmonk = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./listmonk.nix {};
|
||||
litestream = handleTest ./litestream.nix {};
|
||||
lldap = handleTest ./lldap.nix {};
|
||||
locate = handleTest ./locate.nix {};
|
||||
|
|
Loading…
Reference in a new issue