Merge pull request #170339 from superherointj/package-protolock-enable-tests

protolock: enable tests
This commit is contained in:
Sandro
2022-04-26 02:24:01 +02:00
committed by GitHub
@@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-kgSJUSjY8kgrGCNDPgw1WA8KwAqI5koJQ0IcE+tC5nk=";
doCheck = false;
postInstall = ''
rm $out/bin/plugin*
'';