Test instrumentation features on CI on linux and osx

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent b92f9a2053
commit 7372e41422
  1. 6
      .travis.yml

@ -26,6 +26,12 @@ before_script:
script:
- cargo +nightly-2019-09-11 fmt --all -- --check
- cargo +nightly-2019-09-11 clippy --all-features -- -D warnings -A clippy::match-ref-pats -A clippy::needless-lifetimes
- cargo build --features with-clang --verbose
- cargo build --features with-asan --verbose
- cargo build --features with-fuzzer --verbose
- cargo build --features with-fuzzer-no-link --verbose
- cargo build --features with-asan,with-fuzzer --verbose
- cargo build --features with-asan,with-fuzzer-no-link --verbose
- cargo build --verbose
- export RUST_BACKTRACE=1
- cargo test --all --verbose

Loading…
Cancel
Save