Skip to content

Commit

Permalink
Restore coverage to use latest nightly (#3450)
Browse files Browse the repository at this point in the history
Fixes #3367

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dconnolly and mergify[bot] authored Feb 1, 2022
1 parent c76ff56 commit 07f120a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07f120a

Please sign in to comment.