From bf4a8dcee9b9c802faeb99ab9bb8f791bf4bdda3 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 6 Oct 2020 15:49:29 -0500 Subject: [PATCH] Fix E2E Readme to Include Bazel Define Flag (#7449) Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> --- endtoend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endtoend/README.md b/endtoend/README.md index 4d03d4047..506b73332 100644 --- a/endtoend/README.md +++ b/endtoend/README.md @@ -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 ```