diff --git a/Makefile b/Makefile index 759ab3e1f..27939f8b5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ TRAEFIK_ENVS := \ -e TESTFLAGS \ -e VERBOSE \ -e VERSION \ - -e CODENAME + -e CODENAME \ + -e TESTDIRS SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/' | grep -v '^integration/vendor/')