From 21da4861d00ebee7c640a3a3272160b156b6b01c Mon Sep 17 00:00:00 2001 From: Danil Nemirovsky Date: Tue, 6 Aug 2024 17:27:51 +0100 Subject: [PATCH] docs: Add hyperlane registry as prerequisite for e2e tests (#4263) ### Description E2E tests will fail if `hyperlane-registry` repo is not cloned next to the monorepo. This change adds it to the `rust/README.md` file. ### Testing Checked how `rust/README.md` looks like in GitHub. --------- Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com> Co-authored-by: Trevor Porter --- rust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/README.md b/rust/README.md index f2b26247d..0dcba6e26 100644 --- a/rust/README.md +++ b/rust/README.md @@ -88,6 +88,8 @@ env $(cat ./config/validator.fuji.env | grep -v "#" | xargs) ./target/debug/vali #### Automated E2E Test +Clone `hyperlane-registry` repo next to `hyperlane-monorepo` repo. + To perform an automated e2e test of the agents locally, from within the `hyperlane-monorepo/rust` directory, run: ```bash