Skip to content

Commit

Permalink
try to gather coverage on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed May 15, 2024
1 parent 5356e52 commit 8609ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
run: cargo test --locked --all-features --all-targets
coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
name: ubuntu / nightly / coverage
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
- name: cargo install cargo-llvm-cov
Expand Down

0 comments on commit 8609ac9

Please sign in to comment.