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
commit e86e36b5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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