Skip to content

Commit

Permalink
Restore coverage to use latest nightly
Browse files Browse the repository at this point in the history
Fixes #3367
  • Loading branch information
dconnolly committed Jan 31, 2022
1 parent 709d75b commit ea48011
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 @@ -30,10 +30,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 ea48011

Please sign in to comment.