File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 21
21
"test_name" : " style" ,
22
22
"command" : " cargo fmt --all -- --check --config format_code_in_doc_comments=true"
23
23
},
24
+ {
25
+ "test_name" : " doc" ,
26
+ "command" : " RUSTDOCFLAGS=\" -D warnings\" cargo doc --workspace --all-features --no-deps"
27
+ },
24
28
{
25
29
"test_name" : " unittests-gnu" ,
26
30
"command" : " CROSVM_USE_SYSTEM_VIRGLRENDERER=1 CROSVM_USE_SYSTEM_MINIGBM=1 cargo test --all-features --workspace" ,
110
114
]
111
115
}
112
116
]
113
- }
117
+ }
Original file line number Diff line number Diff line change 22
22
"test_name" : " staging: style" ,
23
23
"command" : " cd staging && cargo fmt --all -- --check --config format_code_in_doc_comments=true"
24
24
},
25
+ {
26
+ "test_name" : " staging: doc" ,
27
+ "command" : " cd staging && RUSTDOCFLAGS=\" -D warnings\" cargo doc --workspace --all-features --no-deps"
28
+ },
25
29
{
26
30
"test_name" : " staging: unittests-gnu" ,
27
31
"command" : " cd staging && cargo test --all-features --workspace" ,
You can’t perform that action at this time.
0 commit comments