Add ignored and non-ignored state-trans tests

This commit is contained in:
Paul Hauner
2019-04-25 12:24:45 +10:00
parent 7aad7f59d9
commit 0bb9c59b47

4
Jenkinsfile vendored
View File

@@ -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'
}
}