Jump to nightly-2019-10-03 (#6233)
* Reduce what gets build for coverage to avoid OoM with nightly 2019-10-03 * Update nightly to 2019-10-03
This commit is contained in:
committed by
Greg Fitzgerald
parent
d25576f8ef
commit
cf3bbc09b6
@ -37,8 +37,6 @@ rm -rf target/cov/$reportName
|
||||
|
||||
source ci/rust-version.sh nightly
|
||||
# shellcheck disable=SC2086 #
|
||||
_ cargo +$rust_nightly build --tests --bins --target-dir target/cov $crate
|
||||
# shellcheck disable=SC2086 #
|
||||
_ cargo +$rust_nightly test --target-dir target/cov --lib $crate
|
||||
|
||||
echo "--- grcov"
|
||||
|
Reference in New Issue
Block a user