Skip to content

Commit 9e1a51a

Browse files
authored
Merge pull request #55 from itowlson/examples-in-rustdoc
Add examples to rustdoc
2 parents 6ee0933 + 9229c58 commit 9e1a51a

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)