Add ignored and non-ignored state-trans tests
This commit is contained in:
parent
7aad7f59d9
commit
0bb9c59b47
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -24,7 +24,9 @@ pipeline {
|
||||
sh 'cargo test --verbose --all'
|
||||
sh 'cargo test --verbose --all --release'
|
||||
sh 'cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose \
|
||||
--release --features fake_crypto -- --include-ignored'
|
||||
--release --features fake_crypto'
|
||||
sh 'cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose \
|
||||
--release --features fake_crypto -- --ignored'
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user