有没有办法在Rust中单独缓存每晚和稳定版本?

时间:2016-11-26 17:19:53

标签: build rust rust-cargo

我正在开发一个Rust项目,并经常串行执行以下命令:

# runs clippy on latest nightly
rustup run nightly cargo clippy
# run tests on stable
cargo test

这导致我的项目每次构建每个项目时都会重建完整的依赖项集。有没有办法单独缓存构建?

0 个答案:

没有答案