decrease cargo test
time for git workflows
#63
Labels
code improvement
enhancement not seen by the user
cargo test
time for git workflows
#63
Problem
The time to complete
cargo test
is about 15 minutes long. It is run an additional time forgrcov
coverage report. That's at least 30 minutes pergit push
andgit tag
.This is a long wait for every
push
andtag
.Solution
Decrease the time required somehow.
The text was updated successfully, but these errors were encountered: