mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 17:54:28 +00:00
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'
|
||||||
sh 'cargo test --verbose --all --release'
|
sh 'cargo test --verbose --all --release'
|
||||||
sh 'cargo test --manifest-path eth2/state_processing/Cargo.toml --verbose \
|
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