cassowary: enable tests

This commit is contained in:
superherointj 2022-04-07 16:20:44 -03:00 committed by Matthieu Coudron
parent f66b1d73cc
commit db726c3522

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-hGpiL88x2roFEjJJM4CKyt3k66VK1pEnpOwvhDPDp6M=";
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
meta = with lib; {