Allow doCheck config of buildGoPackage
This commit is contained in:
parent
114959bcb6
commit
7d238e6da8
@ -170,6 +170,7 @@ go.stdenv.mkDerivation (
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = args.doCheck or false;
|
||||
checkPhase = args.checkPhase or ''
|
||||
runHook preCheck
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user