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
@@ -20,8 +20,6 @@ buildGoModule rec {
--prefix PATH : "${varnish}/bin"
'';
doCheck = true;
passthru.tests = { inherit (nixosTests.prometheus-exporters) varnish; };
meta = {