mirror of
https://github.com/serde-rs/json.git
synced 2026-01-20 15:45:54 +00:00
Add CI build to cover fuzz target
This commit is contained in:
parent
be11c917b4
commit
93b4dc683e
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user