workflows/manual-nixpkgs: Run the manual's tests

nicoo ba387f0a a687d6ab

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/manual-nixpkgs.yml
···
name: nixpkgs-ci
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Building Nixpkgs manual
-
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual
+
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual -A manual.tests