Run benches on stable

This commit is contained in:
CreepySkeleton 2020-02-21 18:18:47 +03:00
parent edcb84b3c1
commit 57ca48847a

View file

@ -44,8 +44,7 @@ jobs:
- cargo clippy --lib --features "yaml unstable" -- -D warnings
- cargo clippy --tests --examples --features "yaml unstable"
- cargo fmt -- --check
- rust: nightly
name: Benchmarking
- name: Benchmarking
script:
- cargo bench
- name: Coverage