ci: run cargo doc too to ensure docs continue to build
All checks were successful
/ test (push) Successful in 9m8s
All checks were successful
/ test (push) Successful in 9m8s
This commit is contained in:
parent
28f32d7d1a
commit
929e9f8b16
|
@ -15,3 +15,4 @@ jobs:
|
|||
with:
|
||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- run: cargo test
|
||||
- run: cargo doc
|
||||
|
|
Loading…
Reference in a new issue