Allow doCheck config of buildGoPackage

This commit is contained in:
Armando Ramirez 2018-09-10 22:51:56 +00:00
parent 114959bcb6
commit 7d238e6da8

View File

@ -170,6 +170,7 @@ go.stdenv.mkDerivation (
runHook postBuild
'';
doCheck = args.doCheck or false;
checkPhase = args.checkPhase or ''
runHook preCheck