add -L to nix test command for full output

This commit is contained in:
Torsten Schmits 2021-05-03 15:57:08 +02:00
parent 0913e7c2e3
commit 96ef5f4e25

View File

@ -16,4 +16,4 @@ jobs:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check
- run: nix -L flake check