Exclude slow tests from code coverage

This commit is contained in:
Jack Grigg
2019-08-28 19:39:35 +01:00
parent f9f17b291f
commit ee9c88ecb0
3 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ script:
- cargo fmt --all -- --check
- cargo build --verbose --release --all
- cargo test --verbose --release --all
- cargo test --verbose --release --all -- --ignored
before_cache:
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"