Add explicit validator-cuda crate (#5985)

This commit is contained in:
Michael Vines
2019-09-19 20:50:34 -07:00
committed by GitHub
parent d379786c90
commit 1d0be265d9
32 changed files with 778 additions and 706 deletions

View File

@ -15,7 +15,7 @@ reportName="lcov-${CI_COMMIT:0:9}"
if [[ -n $1 ]]; then
crate="--manifest-path=$1/Cargo.toml"
else
crate="--all --exclude solana-local-cluster"
crate="--all --exclude solana-local-cluster --exclude solana-validator-cuda"
fi
coverageFlags=(-Zprofile) # Enable coverage