Merge pull request #167870 from superherointj/package-curlie-enable-tests

curlie: enable tests
This commit is contained in:
Maximilian Bosch
2022-04-08 18:25:31 +02:00
committed by GitHub

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 {