Run cargo doc in CI

Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross
2025-09-30 11:40:37 +02:00
committed by Stefano Garzarella
parent c0f5d4c3f5
commit f0de501cab

View File

@@ -21,6 +21,10 @@
"test_name": "style",
"command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true"
},
{
"test_name": "doc",
"command": "RUSTDOCFLAGS=\"-D warnings\" cargo doc --workspace --all-features --no-deps"
},
{
"test_name": "unittests-gnu",
"command": "cargo test --all-features --workspace",