wip unit tests
This commit is contained in:
parent
1a4e4673d1
commit
7a8491d412
|
@ -55,6 +55,13 @@
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
statix.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" {} ''
|
format = pkgs.runCommand "check-format" {} ''
|
||||||
|
|
Loading…
Reference in New Issue