Packet ID trait implementations #30
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@@ -20,9 +20,11 @@ pipeline {
|
||||
}
|
||||
stage('Docs') {
|
||||
steps {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'cargo +nightly doc --all-features'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Rustfmt') {
|
||||
steps {
|
||||
sh 'cargo fmt --all --check'
|
||||
|
Reference in New Issue
Block a user