File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,12 @@ pytest tests/unit_tests
234
234
- using a compiler based on the substrait code
235
235
- using an already built docker image (docker runner)
236
236
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
+
237
243
# ### Using `docker runner` (default for now):
238
244
- E2E tests with docker image do not require preliminary compilation
239
245
- are executed very quickly
You can’t perform that action at this time.
0 commit comments