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 21dfe11 commit 89d717e
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 --jobs $(nproc) --profile=release --features parallel
run: RUST_MIN_STACK=8388608 AXIOM_FAST_TEST=1 cargo llvm-cov --json --output-path=coverage --jobs $(nproc) --profile=fast --features parallel

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

0 comments on commit 89d717e

Please sign in to comment.