From 16788da09db8eba6d2a90efc29d6489b83da9536 Mon Sep 17 00:00:00 2001 From: Balthazar Rouberol Date: Sun, 22 May 2022 22:49:34 +0200 Subject: [PATCH] Attempt to speed up coverage computing by downloading a pre-built grcov --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1700edc..54249df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: