Skip to content

Commit

Permalink
re-enable failing docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 26, 2023
1 parent 3e97bf0 commit 393c73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ pipeline {
}
stage('Docs') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features'
}
sh 'cargo +nightly doc --all-features'
}
}
stage('Rustfmt') {
Expand Down
2 changes: 1 addition & 1 deletion release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Checklist for new releases
# Pre-Release

1. Make sure any new modules are documented sufficiently enough and check docs with
`cargo doc --all-features --open`.
`cargo +nightly doc --all-features --open`.
2. Bump version specifier in `Cargo.toml`.
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new
`unreleased` section.
Expand Down

0 comments on commit 393c73c

Please sign in to comment.