mob next [ci-skip] [ci skip] [skip ci]

lastFile:tests/tests/think-gtcm.nix
This commit is contained in:
2025-11-20 15:15:14 +07:00
parent 0462caeaa9
commit 1a78f721e6
5 changed files with 59 additions and 1 deletions

17
tests/default.nix Normal file
View File

@@ -0,0 +1,17 @@
{ ... }:
{
perSystem =
{ pkgs, self', ... }:
{
checks =
let
checkArgs = {
inherit pkgs;
self = self';
};
in
{
think-gtcm = import ./tests/think-gtcm.nix checkArgs;
};
};
}