Skip to content

Commit

Permalink
chore(ci): run tarpaulin in release mode
Browse files Browse the repository at this point in the history
This is a small experiment: it turns out compiling is relatively quick,
on a PR I just did (3 minutes), but running the tarpaulin build took
around 8 minutes. I'm wondering if increasing the compile times and
lowering the run time is worth it, hence this experiment.
  • Loading branch information
bnjbvr committed Oct 16, 2024
1 parent 30f3a3c commit 7bc3019
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 @@ -93,7 +93,7 @@ jobs:
- name: Run tarpaulin
run: |
rustup run stable cargo tarpaulin \
--skip-clean --profile cov --out xml \
--release --skip-clean --profile cov --out xml \
--features experimental-widgets,testing
env:
CARGO_PROFILE_COV_INHERITS: 'dev'
Expand Down

0 comments on commit 7bc3019

Please sign in to comment.