From 6aea21abeb73e1cbff39c5b800d3ebfb9e54ef18 Mon Sep 17 00:00:00 2001 From: Arturo Marquez Date: Thu, 6 Jan 2022 21:26:15 -0600 Subject: [PATCH] Remove build in coverage job --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65c688bbc..9a23845e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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