Skip to content

Commit

Permalink
run coverage on stable rust (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Humandoodlebug authored Feb 3, 2025
1 parent 0b370f4 commit 5b61aaa
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 @@ -18,8 +18,8 @@ jobs:
- uses: ./.github/actions/prepare
with:
cache-id: debug-build
rust-version: nightly
rust-components: llvm-tools-preview
rust-version: stable
rust-components: llvm-tools
cargo-install: cargo-nextest,cargo-llvm-cov
- name: Run tests
run: cargo llvm-cov --workspace --locked nextest --html --features ci
Expand Down

0 comments on commit 5b61aaa

Please sign in to comment.