Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Aug 8, 2024
1 parent 8d87ccf commit 01ceef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
tool: [email protected]

- uses: Swatinem/rust-cache@v2

- name: Compile project
run: trunk build

Expand All @@ -93,6 +95,8 @@ jobs:
toolchain: stable
components: clippy

- uses: Swatinem/rust-cache@v2

- name: clippy
run: cargo clippy -- -D warnings

Expand Down

0 comments on commit 01ceef1

Please sign in to comment.