mirror of
https://github.com/nix-community/home-manager
synced 2025-01-25 18:35:01 +01:00
ci: run tests with --pure
This commit is contained in:
parent
f3fbb50b68
commit
1a4c10e950
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- ./format -c
|
- ./format -c
|
||||||
- nix-shell . -A install
|
- nix-shell . -A install
|
||||||
- nix-shell tests -A run.all
|
- nix-shell --pure tests -A run.all
|
||||||
|
|
Loading…
Add table
Reference in a new issue