1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

tests: --show-trace in CI (#4070)

This commit is contained in:
Naïm Favier 2023-06-08 18:22:54 +02:00 committed by GitHub
parent cc6745b35f
commit f889ec0ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
exit 1 exit 1
fi fi
- run: nix-build -A docs.jsonModuleMaintainers - run: nix-build --show-trace -A docs.jsonModuleMaintainers
- run: ./format -c - run: ./format -c
- run: nix-shell . -A install - run: nix-shell --show-trace . -A install
- run: nix-shell --arg enableBig false --pure tests -A run.all - run: nix-shell --show-trace --arg enableBig false --pure tests -A run.all