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 3f427a9 commit 554e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test:

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

###############################################################################
Expand Down

0 comments on commit 554e74b

Please sign in to comment.