Skip to content

Commit

Permalink
restore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsira committed Feb 9, 2024
1 parent 722e621 commit 47cc06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: cargo install cargo-tarpaulin

- name: Run tests
run: cargo tarpaulin --ignore-tests -- --verbose
if: steps.cache.outputs.cache-hit != 'true'
run: cargo tarpaulin --ignore-tests

- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 47cc06c

Please sign in to comment.