Generate coverage with Rust nightly

Fixes #177

Thanks @marco-c!
This commit is contained in:
Greg Fitzgerald
2018-06-18 16:36:37 -07:00
committed by Greg Fitzgerald
parent b2accd1c2a
commit 7f53ea3bf3
4 changed files with 17 additions and 17 deletions

View File

@@ -10,5 +10,6 @@ rustup component add rustfmt-preview
cargo build --verbose --features unstable
cargo test --verbose --features unstable
cargo bench --verbose --features unstable
ci/coverage.sh
exit 0