Commit df8d15a
ci: cache cargo registry and use pre-built nextest binary
Replace `cargo install cargo-nextest --locked` with taiki-e/install-action
which downloads a pre-built nextest binary instead of compiling from source.
Add Swatinem/rust-cache to cache the cargo registry and build artifacts
across runs.
https://claude.ai/code/session_01EVGjCzKRDTgPEw6dJBekwJ1 parent acfcb96 commit df8d15a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments