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 554e74b commit 924d240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ test:
test-e2e:
cd $(TOOLS_DIR); go install -trimpath $(BABYLON_PKG)
export PATH=$(PATH):/home/runner/go/bin
ls -lah /home/runner/go/bin
ls -lah /usr/local/go/bin
ls -lah /usr/bin/ | grep babylon
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -count=1 --tags=e2e

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

0 comments on commit 924d240

Please sign in to comment.