From 07f120a21a90ce262377a8b548c77113ba476672 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 31 Jan 2022 20:10:28 -0500 Subject: [PATCH] Restore coverage to use latest nightly (#3450) Fixes #3367 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cb83b558..72471b63 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,10 +31,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 with: - # Pinned to workaround issue making cargo-llvm-cov fail, see - # https://github.com/taiki-e/cargo-llvm-cov/issues/128 - # TODO: restore to just `nightly` after it's fixed - toolchain: nightly-2022-01-14 + toolchain: nightly override: true profile: minimal components: llvm-tools-preview