curlie: enable tests

This commit is contained in:
superherointj 2022-04-08 10:06:43 -03:00
parent f5cd655f16
commit 90b55fdfac

View File

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-tYZtnD7RUurhl8yccXlTIvOxybBJITM+it1ollYJ1OI=";
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
passthru.tests.version = testVersion {