Skip to content

Commit

Permalink
chore: Fix rust-cache usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RageKnify committed Oct 25, 2022
1 parent abfc071 commit 17eccb1
Showing 1 changed file with 4 additions and 2 deletions.
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/[email protected]
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

0 comments on commit 17eccb1

Please sign in to comment.