We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5d4c commit f0de501Copy full SHA for f0de501
.buildkite/test_description.json
@@ -21,6 +21,10 @@
21
"test_name": "style",
22
"command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true"
23
},
24
+ {
25
+ "test_name": "doc",
26
+ "command": "RUSTDOCFLAGS=\"-D warnings\" cargo doc --workspace --all-features --no-deps"
27
+ },
28
{
29
"test_name": "unittests-gnu",
30
"command": "cargo test --all-features --workspace",
0 commit comments