Skip to content

Commit

Permalink
Merge pull request #45 from ansg191/clippy-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ansg191 authored Feb 21, 2024
2 parents 8ae8fbf + 4ce7717 commit 10e9c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
components: clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Run clippy
run: cargo clippy --all-targets --all-features

Expand Down

0 comments on commit 10e9c14

Please sign in to comment.