mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-27 01:20:48 +00:00
Add CI build to cover fuzz target
This commit is contained in:
parent
4a8ad4d901
commit
84fd957bd7
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user