1
Fork 0

unit tests: stop there

This commit is contained in:
Motiejus Jakštys 2024-01-28 15:55:16 +02:00
parent ec2fc37c4a
commit 6171e5735b
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@
unit-tests = { unit-tests = {
enable = false; enable = false;
# ?? this is a directory, how do I run the script? # ?? this is a directory, how do I run the script?
#entry = "${pkgs.e11sync-backend.passthru.tests.unit}"; #entry = pkgs.e11sync-backend.passthru.tests.unit.buildCommand;
entry = "true";
pass_filenames = false; pass_filenames = false;
}; };
}; };