Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Cleanup and speed-up CI #2376

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
chore: Fix rust-cache usage
  • Loading branch information
RageKnify committed Oct 25, 2022
commit 17eccb19f3a5bff47a07a51295cd39cc92611e7a
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
override: true
profile: minimal
- uses: Swatinem/rust-cache@v2
key: tarpaulin
with:
key: tarpaulin
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
profile: minimal
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
key: misc
with:
key: misc
- name: Lint (rustfmt)
run: cargo fmt --all --check
- name: Lint (clippy)
Expand Down