Run benchmarks from Rust stable CI

This commit is contained in:
Greg Fitzgerald
2018-07-10 21:54:24 -06:00
committed by Greg Fitzgerald
parent 28f6fbee23
commit e3882950cf
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ _() {
_ cargo build --verbose --features unstable _ cargo build --verbose --features unstable
_ cargo test --verbose --features unstable _ cargo test --verbose --features unstable
_ cargo bench --verbose --features unstable
exit 0 exit 0

View File

@ -15,3 +15,4 @@ _ rustup component add rustfmt-preview
_ cargo fmt -- --write-mode=check _ cargo fmt -- --write-mode=check
_ cargo build --verbose _ cargo build --verbose
_ cargo test --verbose _ cargo test --verbose
_ cargo bench --verbose