Skip to content

Commit 9229c58

Browse files
committed
Add examples to rustdoc
Signed-off-by: itowlson <[email protected]>
1 parent 6ee0933 commit 9229c58

File tree

7 files changed

+935
-22
lines changed

7 files changed

+935
-22
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
shell: bash
4040
run: cargo test --workspace
4141

42+
- name: Validate docs examples
43+
shell: bash
44+
run: cargo test --doc

0 commit comments

Comments
 (0)