Packet ID trait implementations #30

Merged
muellerr merged 10 commits from packet-id-trait-impls into main 2023-09-18 18:19:32 +02:00
3 changed files with 63 additions and 3 deletions
Showing only changes of commit be37c15478 - Show all commits

View File

@@ -20,9 +20,11 @@ pipeline {
} }
stage('Docs') { stage('Docs') {
steps { steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features' sh 'cargo +nightly doc --all-features'
} }
} }
}
stage('Rustfmt') { stage('Rustfmt') {
steps { steps {
sh 'cargo fmt --all --check' sh 'cargo fmt --all --check'