don't rebuild eval tests on each ci run

This commit is contained in:
Jörg Thalheim
2025-07-07 20:05:45 +02:00
parent bfb9aaaaef
commit 833e872ccf
4 changed files with 66 additions and 15 deletions

View File

@@ -15,7 +15,15 @@ in
unit-test-module = (
self.clanLib.test.flakeModules.makeEvalChecks {
inherit module;
inherit self inputs;
inherit inputs;
fileset = lib.fileset.unions [
# The zerotier service being tested
../../clanServices/zerotier
# Required modules
../../nixosModules/clanCore
# Dependencies like clan-cli
../../pkgs/clan-cli
];
testName = "zerotier";
tests = ./tests/eval-tests.nix;
testArgs = { };