Skip to content

Commit

Permalink
coverage job: use nightly directly in toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Feb 11, 2025
1 parent 058b1c8 commit d3fe9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,12 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- name: Set up Rust cache
uses: Swatinem/rust-cache@v2
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v5.3.1
with:
Expand Down

0 comments on commit d3fe9e8

Please sign in to comment.