Skip to content

Commit

Permalink
ignore caching in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AliBakerSartawi committed Apr 15, 2024
1 parent 2b9171e commit fe75b67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
profile: minimal
components: rustfmt, clippy

- name: Cache cargo binaries and registry
uses: actions/cache@v3
with:
path: |
~/.cargo/bin
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Tarpaulin
run: |
if ! command -v cargo-tarpaulin &> /dev/null
Expand Down

0 comments on commit fe75b67

Please sign in to comment.