Skip to content

Commit

Permalink
CI: Use stable toolchain for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 21, 2024
1 parent bd398eb commit 4935612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
env:
RUST_LOG: debug

nightly-coverage:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
- run: cargo test-all-features
Expand Down

0 comments on commit 4935612

Please sign in to comment.