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

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 {