|
@@ -37,6 +37,8 @@ matrix:
|
|
MODE='build'
|
|
MODE='build'
|
|
- rust: nightly
|
|
- rust: nightly
|
|
env: MODE='fuzz run' ARGS='packet_parser -- -max_len=1536 -max_total_time=30'
|
|
env: MODE='fuzz run' ARGS='packet_parser -- -max_len=1536 -max_total_time=30'
|
|
|
|
+before_script:
|
|
|
|
+ - if [ $MODE == "fuzz" ]; then cargo install cargo-fuzz; fi
|
|
script:
|
|
script:
|
|
- cargo $MODE --no-default-features --features "$FEATURES" $ARGS
|
|
- cargo $MODE --no-default-features --features "$FEATURES" $ARGS
|
|
notifications:
|
|
notifications:
|