tests: add --show-trace to nix-unit tests

This commit is contained in:
Michael Hoang
2025-04-06 22:58:29 +02:00
parent 83a2de0f47
commit ce85aebc17
7 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
export NIX_PATH=nixpkgs=${pkgs.path}
${pkgs.nix-unit}/bin/nix-unit \
${./.}/test.nix \
--eval-store $(realpath .)
--eval-store $(realpath .) \
--show-trace
touch $out
'';
};