mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-21 09:15:27 -04:00
Expand travis to compile benchmarks
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
language: rust
|
||||
|
||||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo bench --no-run
|
||||
|
||||
after_success: |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
|
||||
Reference in New Issue
Block a user