Run benchmarks on CI

This commit is contained in:
gnzlbg
2019-07-02 09:07:10 +02:00
parent 407b8b74ca
commit ab7089bbe2
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-install-rust.yml
- bash: cargo bench
- bash: cargo bench --all
displayName: "Benchmarks"
variables:
TOOLCHAIN: nightly