Skip to content

Commit

Permalink
Add CI build to cover fuzz target
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 28, 2022
1 parent 4a8ad4d commit 84fd957
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ jobs:
target: wasm32-unknown-unknown
- run: cargo test --target wasm32-unknown-unknown --no-run

fuzz:
name: Fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz build -O

clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 84fd957

Please sign in to comment.