Skip to content

Commit

Permalink
chore: use Swatinem/rust-cache@v2 same as trustify
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota authored and dejanb committed May 31, 2024
1 parent 791a9e1 commit bc78540
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy,rustfmt
- uses: actions-rust-lang/rustfmt@v1
- uses: Swatinem/rust-cache@v2
- name: Format
run: cargo fmt --check
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Run guac
Expand Down

0 comments on commit bc78540

Please sign in to comment.