tests: actually execute vars checks in CI

This commit is contained in:
DavHau
2025-05-31 14:56:48 +07:00
parent 4518bf6ca4
commit 60f07c3472
5 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ clanLib.test.makeTestClan {
nixosTest = (
{ ... }:
{
name = "service-hello-test";
name = "hello-service";
clan = {
directory = ./.;