Skip to content

Commit

Permalink
Enable cargo cache for CI coverage job
Browse files Browse the repository at this point in the history
No need to compile the dependencies from scratch every time.
  • Loading branch information
vkgnosis committed Jul 20, 2022
1 parent 0a9dcf4 commit b41140a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- run: rustup component add llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit b41140a

Please sign in to comment.