Skip to content

Commit 2d00b76

Browse files
committed
Add job step for testing doc
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent a26b4d6 commit 2d00b76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
with:
5959
command: test
6060
args: --all --all-features
61+
- name: cargo-test-doc
62+
uses: actions-rs/cargo@v1
63+
with:
64+
command: test
65+
args: --doc
6166

6267

6368
deny:

0 commit comments

Comments
 (0)