travis: state transition tests

This commit is contained in:
Michael Sproul
2019-04-15 09:33:54 +10:00
parent 32547373e5
commit a19f8580f5
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ script:
- cargo build --verbose --release --all
- cargo test --verbose --all
- cargo test --verbose --release --all
- cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose --release --features fake_crypto
- cargo fmt --all -- --check
# No clippy until later...
#- cargo clippy