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

lastFile:tests/default.nix
This commit is contained in:
2025-11-26 14:21:11 +07:00
parent e6760d320d
commit 5246b83a8f
13 changed files with 816 additions and 10 deletions

16
tests/default.nix Normal file
View File

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