hurl/bin/install_grcov.sh

8 lines
105 B
Bash
Raw Normal View History

2022-08-11 23:51:17 +03:00
#!/bin/bash
set -Eeuo pipefail
2022-08-11 23:51:17 +03:00
cargo install grcov
rustup component add llvm-tools-preview
cargo clean