Fix E2E Readme to Include Bazel Define Flag (#7449)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan 2020-10-06 15:49:29 -05:00 committed by GitHub
parent 7b5f71229e
commit bf4a8dcee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ Evaluators have 3 parts, the name for it's test name, a `policy` which declares
* Minimal Config Slashing Test - 2 beacon nodes, 256 validators, tests attester and proposer slashing
## Instructions
If you wish to run all the E2E tests, you can run them through bazel with:
If you wish to run all the minimal spec E2E tests, you can run them through bazel with:
```
bazel test //endtoend:go_default_test --test_output=streamed --test_arg=-test.v --nocache_test_results
bazel test //endtoend:go_default_test --define=ssz=minimal --test_output=streamed --test_arg=-test.v --nocache_test_results
```