Files
terence tsao 5ba5b303d3 Fix spec test
2021-07-30 10:49:16 -07:00
..
2021-07-29 09:26:19 -05:00
2021-07-30 10:49:16 -07:00

Spec Tests

Spec testing vectors: https://github.com/ethereum/eth2.0-spec-tests

To run all mainnet spec tests:

bazel test //... --test_tag_filters=spectest

Minimal tests require --define ssz=minimal setting and are not triggered automatically when //... is selected. One can run minimal tests manually, though:

bazel query 'tests(attr("tags", "minimal, spectest", //...))' | xargs bazel test --define ssz=minimal