Skip to content

Commit ba387f0

Browse files
committed
workflows/manual-nixpkgs: Run the manual's tests
1 parent a687d6a commit ba387f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-nixpkgs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
name: nixpkgs-ci
3030
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
3131
- name: Building Nixpkgs manual
32-
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual
32+
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true pkgs/top-level/release.nix -A manual -A manual.tests

0 commit comments

Comments
 (0)