-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's a few rustdoc tests in the code base however CI did not previously ensure they passed or even compiled. This change fixes broken doctests and adds a new job to run these in CI. This will allow us to write new doctests and be sure that they will be validated by CI. For example, we may wish to write doctests asserting safety justifications. ### Does this change impact existing behavior? CI change only. ### Does this change need a changelog entry? No, this changes CI only. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Daniel Carl Jones <[email protected]>
- Loading branch information
1 parent
4284e64
commit 89873a9
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters