Skip to content

Commit

Permalink
ci: don't run tests twice in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 29, 2023
1 parent 72e092d commit ef9ef16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ jobs:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Build with code coverage
run: |
cargo llvm-cov --no-report --workspace --all-features --all-targets
cargo llvm-cov --no-report --workspace --all-features --doc
- name: Generate code coverage
env:
# Covered tests are slower, so reduce the test load. (We also shouldn't
Expand Down

0 comments on commit ef9ef16

Please sign in to comment.