diff --git a/Makefile b/Makefile index c4c6bf028..b31594126 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ setup-kong-ee: test-integration: go test -v -count=1 -tags=integration \ -race \ + $(GOTESTFLAGS) \ ./tests/integration/... .PHONY: clean