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 10cea6a commit 9b6bd4d
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 @@ -59,9 +59,9 @@ test:
go test ./...

test-e2e:
go env GOPATH
go env GOBIN
cd $(TOOLS_DIR); go install -trimpath $(BABYLON_PKG)
echo $PATH
env
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 9b6bd4d

Please sign in to comment.