Skip to content

Commit d3596ec

Browse files
committed
Serialize coverage tests
1 parent 6ba5b76 commit d3596ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate coverage report
3131
run: |
32-
cargo llvm-cov --workspace --locked --lcov --output-path lcov.info
32+
cargo llvm-cov --workspace --locked --lcov --output-path lcov.info -- --test-threads=1
3333
env:
3434
CARGO_INCREMENTAL: "0"
3535

0 commit comments

Comments
 (0)