run tests in single thread so local runs succeed

This commit is contained in:
Rob Walker
2018-12-18 16:59:00 -08:00
committed by Michael Vines
parent b4f4347d6e
commit cafa873f06

View File

@ -29,7 +29,7 @@ fi
rm -rf target/cov/$reportName
_ cargo +nightly build --target-dir target/cov --all
_ cargo +nightly test --target-dir target/cov --lib --all
_ cargo +nightly test --target-dir target/cov --lib --all -- --test-threads=1
_ scripts/fetch-grcov.sh
echo "--- grcov"