add async tests to travis test script

This commit is contained in:
Mina Galić 2020-05-19 11:40:40 +02:00
parent bd0bff44bf
commit e2b2b376a6
Signed by: igalic
GPG key ID: ACFEFF7F6A123A86

View file

@ -25,4 +25,7 @@ addons:
- zlib1g-dev
- libiberty-dev
script: cargo test && ./coverage.sh
script:
- cargo test
- cargo test --features async
- ./coverage.sh