Skip to content

Commit

Permalink
fix: speed up coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Oct 30, 2024
1 parent f820fcd commit 9312c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo install cargo-llvm-cov

- name: Run coverage
run: RUST_MIN_STACK=8388608 cargo llvm-cov --json --output-path=coverage --profile=release --features parallel
run: RUST_MIN_STACK=8388608 cargo llvm-cov --json --output-path=coverage --jobs $(nproc)--profile=release --features parallel

- name: Parse detailed coverage report
id: parse
Expand Down

0 comments on commit 9312c10

Please sign in to comment.