Run benchmarks from Rust stable CI
This commit is contained in:
committed by
Greg Fitzgerald
parent
28f6fbee23
commit
e3882950cf
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user