test out travis integration with cargo bench
This commit is contained in:
parent
3cbc191553
commit
3cc99d7527
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
language: rust
|
language: rust
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
after_success:
|
||||||
|
- cargo bench --package mentat_tx_parser
|
Loading…
Reference in a new issue