forked from mirrors/nixpkgs
Merge pull request #167404 from superherointj/package-traefik-enable-tests
traefik: enable tests
This commit is contained in:
commit
ef0a445488
|
@ -12,8 +12,6 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorSha256 = "sha256-tqrfCpZ/fRYZBZ/SBAvvJebLBeD2M/AVJEPiseehJHY=";
|
vendorSha256 = "sha256-tqrfCpZ/fRYZBZ/SBAvvJebLBeD2M/AVJEPiseehJHY=";
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
subPackages = [ "cmd/traefik" ];
|
subPackages = [ "cmd/traefik" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ go-bindata ];
|
nativeBuildInputs = [ go-bindata ];
|
||||||
|
|
Loading…
Reference in a new issue