protolock: enable tests

This commit is contained in:
superherointj 2022-04-25 19:26:24 -03:00
parent 2ae6948012
commit 7c1c86a713

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-kgSJUSjY8kgrGCNDPgw1WA8KwAqI5koJQ0IcE+tC5nk=";
doCheck = false;
postInstall = ''
rm $out/bin/plugin*
'';