iamy: enable tests

This commit is contained in:
superherointj 2022-04-06 05:42:17 -03:00 committed by Matthieu Coudron
parent 63f47cdc74
commit db00790948

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-/IUYM3pTvcHXw8t5MW6JUEWdxegFuQC8zkiySp8VEgE=";
doCheck = false;
ldflags = [
"-X main.Version=v${version}" "-s" "-w"
];