Skip to content

Commit 7ea39cb

Browse files
authored
Merge branch 'main' into all-features
2 parents 6eeb009 + f0de501 commit 7ea39cb

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)