Check fuzz with nightly.
This commit is contained in:
parent
8b1518c705
commit
bcbe758925
|
@ -18,7 +18,7 @@ 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
|
||||
- cargo +nightly check --tests --manifest-path=fuzz/Cargo.toml
|
||||
- ./test.sh
|
||||
- ./doc.sh
|
||||
after_success: |
|
||||
|
|
Loading…
Reference in New Issue