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:
Michael Vines
2019-10-03 19:05:44 -07:00
committed by Greg Fitzgerald
parent d25576f8ef
commit cf3bbc09b6
3 changed files with 2 additions and 4 deletions

View File

@ -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"