Skip to content

Commit

Permalink
[ci] remove coverage cache, cargo is grumpy
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Aug 24, 2020
1 parent b2349a7 commit 7bca7d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
- run: chmod +x bin/ofl
if: runner.os != 'Windows'

- run: cargo generate-lockfile
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-coverage2-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('rust-toolchain')}}
path: |
~/.cargo/git
~/.cargo/registry
target
# collect ofl coverage with the root target dir to get into the same report
- run: bin/ofl coverage collect test-ofl
env:
Expand Down

0 comments on commit 7bca7d7

Please sign in to comment.