1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Split hash.sh test in two

Converting hashes and hashing files are pretty separate tasks, and more
test parallelism is better.
This commit is contained in:
John Ericson 2024-02-13 09:37:45 -05:00
parent b439b1fc66
commit 8bebf9607c
3 changed files with 107 additions and 105 deletions

View file

@ -47,7 +47,8 @@ nix_tests = \
optimise-store.sh \
substitute-with-invalid-ca.sh \
signing.sh \
hash.sh \
hash-convert.sh \
hash-path.sh \
gc-non-blocking.sh \
check.sh \
nix-shell.sh \