More verbose errors in CI
(Also, trigger CI again so I can see if the cache works...)
This commit is contained in:
parent
96d6db2e96
commit
4cd93c5552
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -30,4 +30,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nixpkgs-keys: "" # TODO: check nixpkgs used for cached builds
|
nixpkgs-keys: "" # TODO: check nixpkgs used for cached builds
|
||||||
- name: Run `nix flake check`
|
- name: Run `nix flake check`
|
||||||
run: nix flake check -L
|
run: nix flake check -L --show-trace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue