Revert "Restore CUDA-based unit tests (#6518)"

This reverts commit dc52b17c4d.
This commit is contained in:
Michael Vines
2019-10-24 09:13:57 -07:00
parent 7a7abe692e
commit 27f38a3770
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ test-stable-perf)
fi
_ cargo +"$rust_stable" build --bins ${V:+--verbose}
_ cargo +"$rust_stable" test --package solana-ledger --package solana-core --lib ${V:+--verbose} -- --nocapture
_ cargo +"$rust_stable" test --package solana-core --lib ${V:+--verbose} -- --nocapture
;;
test-local-cluster)
echo "Executing $testName"