mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17:56 +00:00
1bb2e96501
* evm template integrated * workflows modified per template * workflow fixes
5 lines
221 B
Bash
5 lines
221 B
Bash
#!/bin/bash
|
|
rustup target add wasm32-unknown-unknown
|
|
rustup component add rust-src
|
|
cargo install ziggy cargo-afl honggfuzz grcov
|
|
AFL_SKIP_CPUFREQ=true AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=true cargo ziggy fuzz -t 20 -j 5 |