Add checking for fuzz.

This commit is contained in:
Sergey Pepyakin 2018-02-05 16:14:26 +03:00
parent 106ac7afdb
commit a35aee6925
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ install:
script:
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
# Make sure fuzz targets are not broken.
- cargo check --tests --manifest-path=fuzz/Cargo.toml
- ./test.sh
- ./doc.sh
after_success: |