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 4091b31 commit bd6ed1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ test:

test-e2e:
cd $(TOOLS_DIR); go install -trimpath $(BABYLON_PKG)
export PATH=$(PATH):$(GO_BIN)
echo $(GOPATH)
echo $(GO_BIN)
ls -lah $(GO_BIN)
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -count=1 --tags=e2e

Expand Down

0 comments on commit bd6ed1c

Please sign in to comment.