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
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

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