mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 21:34:36 +00:00
jenkins: run all state tests
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -23,6 +23,9 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'cargo test --verbose --all'
|
sh 'cargo test --verbose --all'
|
||||||
sh 'cargo test --verbose --all --release'
|
sh 'cargo test --verbose --all --release'
|
||||||
|
sh 'cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose \
|
||||||
|
--release --features fake_crypto --ignored'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ fn run_state_transition_tests_small() {
|
|||||||
|
|
||||||
// Run with --ignored to run this test
|
// Run with --ignored to run this test
|
||||||
#[test]
|
#[test]
|
||||||
#[ignored]
|
#[ignore]
|
||||||
fn run_state_transition_tests_large() {
|
fn run_state_transition_tests_large() {
|
||||||
run_state_transition_test("sanity-check_default-config_100-vals.yaml");
|
run_state_transition_test("sanity-check_default-config_100-vals.yaml");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user