File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -107,21 +107,6 @@ steps:
107107 queue : hetzner-aarch64-4cpu-8gb
108108 sanitizer : skip
109109
110- - id : lint-cargo-doc-test
111- label : Cargo doc tests
112- command : bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
113- inputs :
114- - Cargo.lock
115- - Cargo.toml
116- - " **/Cargo.toml"
117- - " **/*.rs"
118- depends_on : []
119- timeout_in_minutes : 40
120- agents :
121- queue : hetzner-aarch64-16cpu-32gb
122- coverage : skip
123- sanitizer : skip
124-
125110 - id : sbomgen
126111 timeout_in_minutes : 30
127112 label : Generate SBOM and upload to AWS
Original file line number Diff line number Diff line change @@ -240,6 +240,22 @@ steps:
240240 coverage : skip
241241 sanitizer : skip
242242
243+ - id : lint-cargo-doc-test
244+ label : Cargo doc tests
245+ command : bin/ci-builder run stable ci/test/lint-cargo-doc-test.sh
246+ inputs :
247+ - Cargo.lock
248+ - Cargo.toml
249+ - " **/Cargo.toml"
250+ - " **/*.rs"
251+ depends_on : []
252+ timeout_in_minutes : 40
253+ agents :
254+ queue : hetzner-x86-64-dedi-32cpu-128gb-cargo-test
255+ coverage : skip
256+ sanitizer : skip
257+
258+
243259 - id : cargo-test
244260 label : " :rust: Cargo test"
245261 timeout_in_minutes : 60
You can’t perform that action at this time.
0 commit comments