Commit 365ac3b
perf(ci): enable incremental compilation for self-hosted Rust jobs
Change CARGO_INCREMENTAL from 0 to 1 for build and rust-tests jobs.
Self-hosted runners have persistent target/ directories, so incremental
compilation can reuse artifacts from previous runs for faster builds.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 86d5323 commit 365ac3b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments