Skip to content

Commit

Permalink
Include full build logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Jul 22, 2023
1 parent eaaa552 commit d6eb64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6eb64d

Please sign in to comment.