build: declare packages variable in correct makefile (#7402)

This commit is contained in:
Sam Kleinman
2021-12-07 14:53:22 -05:00
committed by GitHub
parent b057740bd3
commit 587c91132b

View File

@@ -3,6 +3,8 @@
########################################
### Testing
PACKAGES=$(shell go list ./...)
BINDIR ?= $(GOPATH)/bin
## required to be run first by most tests