diff options
author | aszlig <aszlig@nix.build> | 2020-10-17 23:34:38 +0200 |
---|---|---|
committer | aszlig <aszlig@nix.build> | 2020-10-17 23:34:38 +0200 |
commit | cfa26cf18135ec1a16ce72319b0bc8b297600ef1 (patch) | |
tree | 8b2efc5648aea9a9efa7d82cb82265a27bb10c05 /tests/github-flakes.nix | |
parent | 5cfdf16dd62dcfa2eb32b4e9ae390cb99d683907 (diff) |
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>
Diffstat (limited to 'tests/github-flakes.nix')
-rw-r--r-- | tests/github-flakes.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/github-flakes.nix b/tests/github-flakes.nix index 2de3e2bc0..7ac397d81 100644 --- a/tests/github-flakes.nix +++ b/tests/github-flakes.nix @@ -64,6 +64,7 @@ in makeTest ( { + name = "github-flakes"; nodes = { # Impersonate github.com and api.github.com. |