Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain authored Jul 16, 2024
1 parent 9b6bd4d commit 19464aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TOOLS_DIR := tools

BABYLON_PKG := github.com/babylonchain/babylon/cmd/babylond

GO_BIN := $(GOPATH)/bin
GO_BIN := $(shell go env GOPATH)/bin
BTCD_BIN := $(GO_BIN)/btcd

DOCKER := $(shell which docker)
Expand Down Expand Up @@ -59,8 +59,8 @@ test:
go test ./...

test-e2e:
echo $PATH
env
export GOBIN=$(GO_BIN)
echo $(GO_BIN)
cd $(TOOLS_DIR); GOBIN=/home/runner/go/bin go install -trimpath $(BABYLON_PKG)
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -count=1 --tags=e2e

Expand Down

0 comments on commit 19464aa

Please sign in to comment.