Skip to content

Commit

Permalink
chore: remove local_cache from test.yml cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Oct 10, 2023
1 parent bb2c250 commit df133c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
local_cache/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run tests
run: cargo test
run: cargo test

0 comments on commit df133c0

Please sign in to comment.