Skip to content

Commit 6b984de

Browse files
committed
Add cargo-doc job
1 parent f45c83c commit 6b984de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
command: check
2626
args: --all-targets
2727

28+
check-doc:
29+
runs-on: ubuntu-22.04
30+
steps:
31+
- uses: actions/checkout@v1
32+
- uses: actions-rs/cargo@v1
33+
with:
34+
command: doc
35+
args: --no-deps
36+
2837
clippy:
2938
runs-on: ubuntu-22.04
3039
steps:

0 commit comments

Comments
 (0)