mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Fix cargo cmd in Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -24,7 +24,7 @@ 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 --ignored'
|
--release --features fake_crypto -- --include-ignored'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user