Skip to content

Commit 12f48e9

Browse files
committed
Add CI build running benchmarks
1 parent 3bfce0f commit 12f48e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ matrix:
2020
- rustup component add clippy
2121
script:
2222
- cargo clippy --lib --tests -- -Dwarnings
23+
24+
- name: cargo +nightly bench
25+
rust: nightly
26+
script:
27+
- cargo bench

0 commit comments

Comments
 (0)