github: add cargo doc to steps

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-15 03:15:06 +05:30
parent 32384f0e7b
commit 2f4c53a28c
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -54,3 +54,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
- name: Run cargo doc
uses: actions-rs/cargo@v1
with:
command: doc --no-deps