add async tests to travis test script
This commit is contained in:
parent
bd0bff44bf
commit
e2b2b376a6
1 changed files with 4 additions and 1 deletions
|
@ -25,4 +25,7 @@ addons:
|
|||
- zlib1g-dev
|
||||
- libiberty-dev
|
||||
|
||||
script: cargo test && ./coverage.sh
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features async
|
||||
- ./coverage.sh
|
Loading…
Add table
Reference in a new issue