mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
@@ -102,7 +102,7 @@
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
test-all-no-big = tests.build.all;
|
test-all-enableBig-false-enableLegacyIfd-false = tests.build.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildTestsNoBigIfd =
|
buildTestsNoBigIfd =
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
test-all-no-big-ifd = tests.build.all;
|
test-all-enableBig-false-enableLegacyIfd-true = tests.build.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
integrationTestPackages =
|
integrationTestPackages =
|
||||||
|
|||||||
Reference in New Issue
Block a user