fix broken doc tests

This commit is contained in:
Jacob Lifshay 2024-07-19 17:14:09 -07:00
parent dba883e300
commit 5cf638c74a
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
6 changed files with 11 additions and 8 deletions

View file

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