Skip to content

Commit b6c8d7e

Browse files
committed
[fix] llvm-cov tests --features rayon
1 parent 2d1c71b commit b6c8d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install cargo-llvm-cov
2828
uses: taiki-e/install-action@cargo-llvm-cov
2929
- name: Generate coverage report
30-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
30+
run: cargo llvm-cov --features rayon --workspace --lcov --output-path lcov.info
3131
- name: Upload coverage report
3232
uses: codecov/codecov-action@v4
3333
with:

0 commit comments

Comments
 (0)