From f889ec0ec366e3ad8fb94e3afa7a31f3ee1da3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Thu, 8 Jun 2023 18:22:54 +0200 Subject: [PATCH] tests: `--show-trace` in CI (#4070) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ba2b12e6..baf74947f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr exit 1 fi - - run: nix-build -A docs.jsonModuleMaintainers + - run: nix-build --show-trace -A docs.jsonModuleMaintainers - run: ./format -c - - run: nix-shell . -A install - - run: nix-shell --arg enableBig false --pure tests -A run.all + - run: nix-shell --show-trace . -A install + - run: nix-shell --show-trace --arg enableBig false --pure tests -A run.all