forked from fediversity/fediversity
services tests run, and fail
This commit is contained in:
parent
7b985c0b81
commit
d397c7dfea
1 changed files with 6 additions and 7 deletions
|
|
@ -5,11 +5,10 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
},
|
},
|
||||||
}:
|
}:
|
||||||
let
|
{
|
||||||
inherit (pkgs) lib;
|
tests = {
|
||||||
in
|
mastodon = import ./tests/mastodon.nix { inherit pkgs; };
|
||||||
lib.mapAttrs (name: test: pkgs.testers.runNixOSTest (test // { inherit name; })) {
|
pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit pkgs; };
|
||||||
mastodon = import ./tests/mastodon.nix { inherit pkgs; };
|
peertube = import ./tests/peertube.nix { inherit pkgs; };
|
||||||
pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit pkgs; };
|
};
|
||||||
peertube = import ./tests/peertube.nix { inherit pkgs; };
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue