diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 3570da8..7701e50 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -64,6 +64,7 @@ pipeline { steps { withEnv(['RUSTFLAGS=-Cinstrument-coverage', 'LLVM_PROFILE_FILE=target/coverage/%p-%m.profraw']) { echo "Executing tests with coverage" + sh 'cargo build --all-features' sh 'cargo test --all-features' sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/' sshagent(credentials: ['documentation-buildfix']) {