Skip to content

Commit

Permalink
Merge pull request #316 from PyO3/stable-coverage
Browse files Browse the repository at this point in the history
Use stable Rust for code coverage now that Rust 1.60 was released.
  • Loading branch information
adamreichold committed Apr 14, 2022
2 parents de381b6 + 7eaf186 commit 4454e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ jobs:
continue-on-error: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
toolchain: stable
profile: minimal
components: llvm-tools-preview
default: true
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit 4454e04

Please sign in to comment.