Skip to content

Commit

Permalink
Enable Cargo dependency caching in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Mar 3, 2024
1 parent ff3bcde commit 779982d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: shared
save-if: false

- name: Run Clippy
run: cargo clippy
Expand All @@ -40,7 +39,6 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: shared
save-if: false

- name: Run tests
run: cargo test --verbose
Expand All @@ -59,7 +57,6 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: shared
save-if: false

- name: Build project
run: cargo build --verbose

0 comments on commit 779982d

Please sign in to comment.