Skip to content

Commit

Permalink
Cache build artifacts in build-minimum CI job
Browse files Browse the repository at this point in the history
With this change we use the Swatinem/rust-cache GitHub action to cache
Rust build artifacts for the build-minimum CI job, which currently takes
the most time to complete. In so doing we speed up CI runs.
  • Loading branch information
d-e-s-o committed Nov 4, 2023
1 parent a5c137c commit 75c30f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# bumping version.
toolchain: 1.56
default: true
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --locked --all-features
rustfmt:
Expand Down

0 comments on commit 75c30f9

Please sign in to comment.