summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-03-18 17:39:32 +0300
committerKerstin <kerstin@erictapen.name>2022-03-20 21:01:03 +0100
commit41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7 (patch)
treeb1e87b472705f935f47b5593cb6dfa6ccc48d3d3 /nixos/tests/all-tests.nix
parent17b24b526224fc515f6ec43c14189ef1af053b24 (diff)
downloadnixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar.gz
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar.bz2
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar.lz
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar.xz
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.tar.zst
nixpkgs-41f28e9fbcb2eb1deb6c2a220bedef9969e49fa7.zip
nixos/tests: add mastodon test
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 423a6bd1e4a..474bb423379 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -286,6 +286,7 @@ in
   mailhog = handleTest ./mailhog.nix {};
   man = handleTest ./man.nix {};
   mariadb-galera = handleTest ./mysql/mariadb-galera.nix {};
+  mastodon = handleTestOn ["x86_64-linux" "i686-linux" "aarch64-linux"] ./web-apps/mastodon.nix {};
   matomo = handleTest ./matomo.nix {};
   matrix-appservice-irc = handleTest ./matrix-appservice-irc.nix {};
   matrix-conduit = handleTest ./matrix-conduit.nix {};