buildGoModule packages: remove doCheck = true

This commit is contained in:
zowoq
2020-08-10 16:02:36 +10:00
parent cea7cd902e
commit 264475ce5b
9 changed files with 0 additions and 16 deletions
@@ -17,7 +17,6 @@ buildGoModule rec {
make
'';
doCheck = true;
checkPhase = ''
make test
'';