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
parent 633501ed92
commit cbe4d869c7

View file

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