mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 19:53:58 +00:00
build: declare packages variable in correct makefile (#7402)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
########################################
|
||||
### Testing
|
||||
|
||||
PACKAGES=$(shell go list ./...)
|
||||
|
||||
BINDIR ?= $(GOPATH)/bin
|
||||
|
||||
## required to be run first by most tests
|
||||
|
||||
Reference in New Issue
Block a user