1
0
Fork 0

more output when running tests in CI

This commit is contained in:
ibizaman 2023-11-30 10:07:47 -08:00
parent 861365fa2a
commit 51b9c431d4

View file

@ -14,4 +14,9 @@ jobs:
with:
name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L
- run: |
nix flake \
--print-build-logs \
--option keep-going true \
--show-trace \
check