mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Add ignored and non-ignored state-trans tests
This commit is contained in:
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'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user