gitAndTools.gh: enable checks

This commit is contained in:
zowoq 2020-08-11 08:27:35 +10:00
parent ff8e1825ab
commit ad3dbcf02e

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "1xq1n583p0a3j78afprm2hk5f1hchdrx4vvphml95rv9786vjbcc";
doCheck = false;
nativeBuildInputs = [ installShellFiles ];
buildPhase = ''
@ -31,6 +29,10 @@ buildGoModule rec {
done
'';
checkPhase = ''
make test
'';
meta = with lib; {
description = "GitHub CLI tool";
homepage = "https://cli.github.com/";