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
-2
View File
@@ -12,8 +12,6 @@ buildGoModule rec {
vendorSha256 = "sha256-tqrfCpZ/fRYZBZ/SBAvvJebLBeD2M/AVJEPiseehJHY=";
doCheck = false;
subPackages = [ "cmd/traefik" ];
nativeBuildInputs = [ go-bindata ];