Allow doCheck config of buildGoPackage

This commit is contained in:
Armando Ramirez
2018-09-10 23:05:23 +00:00
parent 114959bcb6
commit 7d238e6da8
@@ -170,6 +170,7 @@ go.stdenv.mkDerivation (
runHook postBuild
'';
doCheck = args.doCheck or false;
checkPhase = args.checkPhase or ''
runHook preCheck