travis: state transition tests
This commit is contained in:
parent
32547373e5
commit
a19f8580f5
@ -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
|
||||
|
@ -144,8 +144,9 @@ fn run_state_transition_tests_small() {
|
||||
run_state_transition_test("sanity-check_small-config_32-vals.yaml");
|
||||
}
|
||||
|
||||
// Run with --ignored to run this test
|
||||
#[test]
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[ignored]
|
||||
fn run_state_transition_tests_large() {
|
||||
run_state_transition_test("sanity-check_default-config_100-vals.yaml");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user