Skip to content

Commit 20c1ca1

Browse files
author
Roman
committed
improve README.md
1 parent af3eafd commit 20c1ca1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ pytest tests/unit_tests
234234
- using a compiler based on the substrait code
235235
- using an already built docker image (docker runner)
236236

237+
#### Local environment variables:
238+
- `LOCALNET_SH_PATH` - path to `localnet.sh` script in cloned subtensor repository (for legacy runner);
239+
- `BUILD_BINARY` - (`=0` or `=1`) - used with `LOCALNET_SH_PATH` for build or not before start localnet node (for legacy runner);
240+
- `USE_DOCKER` - (`=0` or `=1`) - used if you want to use specific runner to run e2e tests (for docker runner);
241+
- `FAST_BLOCKS` - (`=0` or `=1`) - allows you to run a localnet node in fast or non-fast blocks mode (for both types of runers).
242+
237243
#### Using `docker runner` (default for now):
238244
- E2E tests with docker image do not require preliminary compilation
239245
- are executed very quickly

0 commit comments

Comments
 (0)