From 93b4dc683efe42f2f53abdfc5df805cebac57ea4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 11 May 2020 10:59:57 -0700 Subject: [PATCH] Add CI build to cover fuzz target --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 597fba9..cbb0486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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