Skip to content

Commit

Permalink
chore: export GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 17, 2021
1 parent c3813a3 commit ea61460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ all: build

include release-tools/build.make

GOPATH ?= $(shell go env GOPATH)
GOBIN ?= $(GOPATH)/bin
export GOPATH GOBIN

.PHONY: sanity-test
sanity-test:
./test/sanity/run-test.sh

0 comments on commit ea61460

Please sign in to comment.