Skip to content

Commit

Permalink
Switch test coverage job to stable toolhcain
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Dec 11, 2023
1 parent 7ba8b47 commit 8cbc0ef
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 @@ -94,11 +94,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 8cbc0ef

Please sign in to comment.