From e2b2b376a6241e28db817c2cf5bf559f807c91e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Tue, 19 May 2020 11:40:40 +0200 Subject: [PATCH] add async tests to travis test script --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94764ad..0400a44 100755 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,7 @@ addons: - zlib1g-dev - libiberty-dev -script: cargo test && ./coverage.sh \ No newline at end of file +script: + - cargo test + - cargo test --features async + - ./coverage.sh \ No newline at end of file