Skip to content

Commit 9c44aa8

Browse files
authored
Merge pull request #278 from DaniPopes/fix-cov
ci: don't run tests twice in coverage
2 parents 72e092d + ef9ef16 commit 9c44aa8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ jobs:
7777
components: llvm-tools-preview
7878
- uses: Swatinem/rust-cache@v2
7979
- uses: taiki-e/install-action@cargo-llvm-cov
80-
- name: Build with code coverage
81-
run: |
82-
cargo llvm-cov --no-report --workspace --all-features --all-targets
83-
cargo llvm-cov --no-report --workspace --all-features --doc
8480
- name: Generate code coverage
8581
env:
8682
# Covered tests are slower, so reduce the test load. (We also shouldn't

0 commit comments

Comments
 (0)