Add CI build to cover fuzz target

This commit is contained in:
David Tolnay
2020-05-11 10:59:57 -07:00
parent be11c917b4
commit 93b4dc683e

View File

@@ -57,3 +57,12 @@ jobs:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy
fuzz:
name: Fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo install cargo-fuzz --debug
- run: cargo fuzz build -O