CI: run a sample of our differential fuzz test corpus in CI
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -98,6 +98,11 @@ jobs:
|
|||||||
| shuf \
|
| shuf \
|
||||||
| head -n 100 \
|
| head -n 100 \
|
||||||
| xargs cargo fuzz run api_calls --release --debug-assertions
|
| xargs cargo fuzz run api_calls --release --debug-assertions
|
||||||
|
- run: |
|
||||||
|
find fuzz/corpus/differential -type f \
|
||||||
|
| shuf \
|
||||||
|
| head -n 100 \
|
||||||
|
| xargs cargo fuzz run differential --release --debug-assertions
|
||||||
|
|
||||||
# Install wasm32-unknown-emscripten target, and ensure `crates/wasi-common`
|
# Install wasm32-unknown-emscripten target, and ensure `crates/wasi-common`
|
||||||
# compiles to Emscripten.
|
# compiles to Emscripten.
|
||||||
|
|||||||
Reference in New Issue
Block a user