Trying to fix docs in docs.rs.

This commit is contained in:
Ayush Singh 2021-11-13 08:56:39 +05:30
parent 73e070aa27
commit d61d5bae1f
2 changed files with 7 additions and 2 deletions

View file

@ -22,3 +22,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Generate Docs
run: cargo doc --verbose