cassowary: enable tests

This commit is contained in:
superherointj
2022-04-08 10:57:52 +02:00
committed by Matthieu Coudron
parent f66b1d73cc
commit db726c3522
@@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-hGpiL88x2roFEjJJM4CKyt3k66VK1pEnpOwvhDPDp6M=";
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
meta = with lib; {