Merge pull request #46552 from ramirez7/feature/buildGoPackage-doCheck

Allow doCheck config of buildGoPackage
This commit is contained in:
Matthew Bauer 2018-10-05 22:45:24 -05:00 committed by GitHub
commit bb0c421ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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