Commit 6c5cad9
committed
perf(ci): cache cargo-tarpaulin binary to speed up Rust tests
Installing cargo-tarpaulin takes ~2+ minutes each run. By caching
~/.cargo/bin/ and checking if the binary exists, we skip reinstallation
on subsequent runs.
Expected improvement: ~2m savings on cache hits (from 4m5s -> ~2m)1 parent d22a8cc commit 6c5cad9
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
| |||
0 commit comments