ci: run cargo doc for all features
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
39d9cc9d33
commit
9ed7d36e8e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ group = "lints"
|
||||||
script = """
|
script = """
|
||||||
RUSTDOCFLAGS="-D warnings" cargo doc \
|
RUSTDOCFLAGS="-D warnings" cargo doc \
|
||||||
--workspace \
|
--workspace \
|
||||||
|
--all-features \
|
||||||
--no-deps \
|
--no-deps \
|
||||||
--document-private-items \
|
--document-private-items \
|
||||||
--color always
|
--color always
|
||||||
|
|
Loading…
Add table
Reference in a new issue