diff --git a/.travis.yml b/.travis.yml index 341d858..fc0be29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,11 @@ script: # Check with unstable flag - cargo check --features unstable - # Run tests, uploading results to codecov.. + # Build the test executables in a separate step, since Tarpaulin + # will not fail on test compile errors. + - cargo build --tests --features unstable + + # Run tests, uploading results to codecov. # hpack tests are _super_ slow in coverage, so skip them here. - cargo tarpaulin --features unstable --skip-clean --no-count --out Xml -- --skip hpack