Skip to content

try make ci a bit faster

trinity-1686a requested to merge trinity-1686a/arti:cache-cargo-audit into main

fix #233 (closed)

Cache does not appear to be shared between runners, so it might need jobs to run some times for cache to get primed everywhere.

build log
Saving cache for successful job 00:03
Creating cache default...
cargo-audit: found 1 matching files and directories 
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 

Also use --target x86_64-unknown-linux-gnu in some place we didn't use to. This makes cargo realize it has build artifacts already ready from running cargo build just before, and recompile only crates that get tested, not dependencies.

Merge request reports