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:
parent
a97df40c19
commit
e9114f96ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue