traefik: enable tests

This commit is contained in:
superherointj 2022-04-05 16:02:20 -03:00
parent f22dc92e9f
commit 84032b1feb

View File

@ -12,8 +12,6 @@ buildGoModule rec {
vendorSha256 = "sha256-tqrfCpZ/fRYZBZ/SBAvvJebLBeD2M/AVJEPiseehJHY=";
doCheck = false;
subPackages = [ "cmd/traefik" ];
nativeBuildInputs = [ go-bindata ];