Skip to content

Commit d8198df

Browse files
committed
Actually run doc tests in CI
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent c1de7a6 commit d8198df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
components: clippy
2727
- name: Cargo test
2828
run: cargo test --workspace --all-targets
29+
- name: Cargo doc test
30+
run: cargo test --doc
2931

3032
# Check for clippy warnings
3133
clippy:

0 commit comments

Comments
 (0)