ci: run cargo doc for all features

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-10 00:09:14 -05:00 committed by June
parent 39d9cc9d33
commit 9ed7d36e8e

View file

@ -51,6 +51,7 @@ group = "lints"
script = """
RUSTDOCFLAGS="-D warnings" cargo doc \
--workspace \
--all-features \
--no-deps \
--document-private-items \
--color always