jenkins: run all state tests

This commit is contained in:
Michael Sproul
2019-04-15 09:38:04 +10:00
parent a19f8580f5
commit 4f63c89bb6
2 changed files with 4 additions and 1 deletions

3
Jenkinsfile vendored
View File

@@ -23,6 +23,9 @@ pipeline {
steps {
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 --ignored'
}
}
}