Merge pull request #167404 from superherointj/package-traefik-enable-tests

traefik: enable tests
This commit is contained in:
Artturi 2022-04-06 06:12:13 +03:00 committed by GitHub
commit ef0a445488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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