Browse Source

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

pull/7404/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
587c91132b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/Makefile

+ 2
- 0
test/Makefile View File

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


Loading…
Cancel
Save