From 9ed7d36e8ecd8bfdb28868d12f94e70e5d257c65 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 10 Mar 2024 00:09:14 -0500 Subject: [PATCH] ci: run cargo doc for all features Signed-off-by: strawberry --- engage.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/engage.toml b/engage.toml index 4943a9f3..1a4c5b19 100644 --- a/engage.toml +++ b/engage.toml @@ -51,6 +51,7 @@ group = "lints" script = """ RUSTDOCFLAGS="-D warnings" cargo doc \ --workspace \ + --all-features \ --no-deps \ --document-private-items \ --color always