Skip to content

Commit f0de501

Browse files
alyssaisstefano-garzarella
authored andcommitted
Run cargo doc in CI
Signed-off-by: Alyssa Ross <[email protected]>
1 parent c0f5d4c commit f0de501

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/test_description.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"test_name": "style",
2222
"command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true"
2323
},
24+
{
25+
"test_name": "doc",
26+
"command": "RUSTDOCFLAGS=\"-D warnings\" cargo doc --workspace --all-features --no-deps"
27+
},
2428
{
2529
"test_name": "unittests-gnu",
2630
"command": "cargo test --all-features --workspace",

0 commit comments

Comments
 (0)