Add checking for fuzz.
This commit is contained in:
parent
106ac7afdb
commit
a35aee6925
|
@ -17,6 +17,8 @@ install:
|
||||||
script:
|
script:
|
||||||
- export CC=/usr/bin/gcc-6
|
- export CC=/usr/bin/gcc-6
|
||||||
- export CXX=/usr/bin/g++-6
|
- export CXX=/usr/bin/g++-6
|
||||||
|
# Make sure fuzz targets are not broken.
|
||||||
|
- cargo check --tests --manifest-path=fuzz/Cargo.toml
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
- ./doc.sh
|
- ./doc.sh
|
||||||
after_success: |
|
after_success: |
|
||||||
|
|
Loading…
Reference in New Issue