Skip to content

Commit

Permalink
update misc/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Sep 2, 2022
1 parent b9601ea commit 19c72e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Once the developer has built the code they want to test, perform the following:

If the error is related to goal then the most likely cause is that the goal binary hasn't been installed as a package in the GOPATH system variable. Navigate to the go-algorand repository directory and run `make install`. If the error persists then run `export GOPATH=$(go env GOPATH)` followed by `export PATH=$PATH:$GOPATH/bin` in order to verify that the binary is accessible.

The test data used in `make e2e` during CI build is pinned to a version of rel/nightly artifact defined by CI_E2E_FILENAME in .circleci/config.yml.
`make update-submodule` updates the submodule and CI_E2E_FILENAME should be updated accordingly.

0 comments on commit 19c72e0

Please sign in to comment.