From ba387f0a5be2a11366b046c6e28f9ce4bd348f58 Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 18 Dec 2023 18:42:31 +0000 Subject: [PATCH] workflows/manual-nixpkgs: Run the manual's tests --- .github/workflows/manual-nixpkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml index d10b5b9bb701..f33ca16f276a 100644 --- a/.github/workflows/manual-nixpkgs.yml +++ b/.github/workflows/manual-nixpkgs.yml @@ -29,4 +29,4 @@ jobs: 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