Enable checks in the ovni derivation
This commit is contained in:
parent
e435d2d004
commit
66f53665dc
@ -20,6 +20,8 @@ with pkgs;
|
|||||||
|
|
||||||
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
|
|
||||||
src = ../.;
|
src = ../.;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user