From d6eb64dc44593fdb5762fbb2b705417fe60d2665 Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Sat, 22 Jul 2023 07:17:15 -0500 Subject: [PATCH] Include full build logs in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d924e1..d9d041e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: cachix/install-nix-action@v21 - name: Ensure the build succeeds - run: nix build + run: nix build --print-build-logs - name: Run `nix flake check` to run formatters, linters, and tests run: nix flake check --print-build-logs