Trying to fix docs in docs.rs.
This commit is contained in:
parent
73e070aa27
commit
d61d5bae1f
2 changed files with 7 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -22,3 +22,5 @@ jobs:
|
|||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Generate Docs
|
||||
run: cargo doc --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue