buildGoModule: change doCheck default to true

This commit is contained in:
zowoq
2020-08-04 10:35:19 +10:00
parent 0a53fcc79d
commit cc06d7a26f
2 changed files with 6 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ let
runHook postBuild
'';
doCheck = args.doCheck or false;
doCheck = args.doCheck or true;
checkPhase = args.checkPhase or ''
runHook preCheck