Skip to content

Commit

Permalink
Attempt to speed up coverage computing by downloading a pre-built grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
brouberol committed May 22, 2022
1 parent 869c1a7 commit 16788da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
override: true
profile: minimal

- uses: actions-rs/install@v0.1.2
with:
crate: grcov
use-tool-cache: true

- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 16788da

Please sign in to comment.