diff --git a/README.md b/README.md index 55a59ed..5f11f41 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ regularly to indicate new official, stable release versions. Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run with: `go test ./...` from the source directory which should be `$GOPATH/github.com/lbryio/chainquery`. + + All contributions should run the e2e test via `./e2e/ee2e.sh`. This requires Docker to be installed. ## Updating the generated models diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 0fa6e29..3dc9d3b 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -5,7 +5,7 @@ services: ## Lbrycrd ## ############# lbrycrd: - image: lbry/lbrycrd:v0.17.2.1 + image: lbry/lbrycrd:v0.17.3.1 restart: "no" ports: - "11336:29246"