Skip to content

Commit

Permalink
Use standard nightly toolchain for coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 9, 2023
1 parent 3810109 commit 156f797
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
if: steps.grcov-cache.outputs.cache-hit != 'true'
run: |
cargo +stable install grcov
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-12-26
override: true
# Toolchain boilerplate
- name: Potentially override rust version with nightly
run: cargo make set-nightly-version-for-ci
- name: Show the selected Rust toolchain
run: rustup show

- run: cargo test --all-features --no-fail-fast
env:
Expand Down

0 comments on commit 156f797

Please sign in to comment.