mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
tests: Add names to VM tests
Having vm-test-run-unnamed for all the test derivation doesn't look very nice, so in order to better distinguish them from their store path, let's actually give them proper names. Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
parent
5cfdf16dd6
commit
cfa26cf181
4 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,7 @@ in
|
|||
makeTest (
|
||||
|
||||
{
|
||||
name = "github-flakes";
|
||||
|
||||
nodes =
|
||||
{ # Impersonate github.com and api.github.com.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue