Remove build in coverage job

This commit is contained in:
Arturo Marquez 2022-01-06 21:26:15 -06:00
parent 2fc67c0145
commit 6aea21abeb
No known key found for this signature in database
GPG Key ID: 4770F4929D4B560A
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ coverage:
- rustup toolchain add nightly
- rustup default nightly
- 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