Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`cargo llvm-cov` automatically installs the `llvm-tools-preview` via Rustup, but this build does _not_ get cached unlike other tools that are installed. A consequence of this is that this makes the build take longer. This now explicitly requests it so that it can be cached for later builds.
- Loading branch information