Add cargo build to coverage job

This commit is contained in:
Arturo Marquez 2022-01-06 20:34:16 -06:00
parent 34e3438d3b
commit b46a562060
No known key found for this signature in database
GPG Key ID: 4770F4929D4B560A
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ coverage:
LLVM_PROFILE_FILE: "coverage-%p-%m.profraw"
script:
- rustup component add llvm-tools-preview
- cargo build --verbose --target x86_64-unknown-linux-gnu --all-features
- cargo test --verbose --target x86_64-unknown-linux-gnu --all-features
# generate html report
- cargo install grcov