1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Split out nix-collect-garbage -d test to new file

Good for test parallelism, and separation of concerns (core GC vs
profiles deleting).
This commit is contained in:
John Ericson 2023-05-16 11:25:45 -04:00
parent ca5752d4fa
commit d4a2ced9cb
3 changed files with 41 additions and 37 deletions

View file

@ -16,6 +16,7 @@ nix_tests = \
flakes/flake-in-submodule.sh \
ca/gc.sh \
gc.sh \
nix-collect-garbage-d.sh \
remote-store.sh \
legacy-ssh-store.sh \
lang.sh \