Enable checks in the ovni derivation

This commit is contained in:
Rodrigo Arias 2022-01-11 17:56:08 +01:00
parent e435d2d004
commit 66f53665dc

View File

@ -20,6 +20,8 @@ with pkgs;
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
dontStrip = true;
doCheck = true;
checkTarget = "test";
src = ../.;
};