ci: run cargo doc too to ensure docs continue to build
All checks were successful
/ test (push) Successful in 9m8s

This commit is contained in:
Jacob Lifshay 2024-07-10 23:06:29 -07:00
parent 28f32d7d1a
commit 929e9f8b16
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -15,3 +15,4 @@ jobs:
with: with:
save-if: ${{ github.ref == 'refs/heads/master' }} save-if: ${{ github.ref == 'refs/heads/master' }}
- run: cargo test - run: cargo test
- run: cargo doc