Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test github actions cache for rust * Trigger ci * Test another cache step * Trigger ci * Add cache step * Back to testing actions/cache * Trigger ci * Test path * Test * Debug step * Update rust.yml * Update bench_pull_request.yml * Test target without tarpaulin * Debug * Don't include lockfiles from targets * Restrict cache targets to avoid complicated permissions issues * Include build * Include incremental build :fingers-crossed: * Incremental won't work anyway * Enable codecov * Clean * Fix * Remove spurious separator * Only cache deps As explained in Swatinem/rust-cache#37, build artifacts only contribute to bloating the cache, as the divergences negate any benefits from caching them due to the cache key not changing over most commits. Co-authored-by: Juan-M-V <102986292+Juan-M-V@users.noreply.github.com> Co-authored-by: Mario J. Rugiero <mrugiero@gmail.com>
- Loading branch information