1
Fork 0

wip unit tests

This commit is contained in:
Motiejus Jakštys 2024-01-28 15:29:15 +02:00
parent 1a4e4673d1
commit 7a8491d412
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@
alejandra.enable = true;
deadnix.enable = true;
statix.enable = true;
unit-tests = {
enable = true;
# ?? this is a directory, how do I run the script?
#entry = "${pkgs.e11sync-backend.passthru.tests.unit}";
entry = "true";
pass_filenames = false;
};
};
};
format = pkgs.runCommand "check-format" {} ''