1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

tests: rename test-all-* tests

Make the names more unique so it's easier to run the one you want from
cli.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-09-28 16:20:58 -05:00
parent a97df40c19
commit e9114f96ef

View file

@ -102,7 +102,7 @@
};
in
{
test-all-no-big = tests.build.all;
test-all-enableBig-false-enableLegacyIfd-false = tests.build.all;
};
buildTestsNoBigIfd =
@ -116,7 +116,7 @@
};
in
{
test-all-no-big-ifd = tests.build.all;
test-all-enableBig-false-enableLegacyIfd-true = tests.build.all;
};
integrationTestPackages =