We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee0933 commit 9229c58Copy full SHA for 9229c58
.github/workflows/build.yml
@@ -39,3 +39,6 @@ jobs:
39
shell: bash
40
run: cargo test --workspace
41
42
+ - name: Validate docs examples
43
+ shell: bash
44
+ run: cargo test --doc
0 commit comments