CI: run a sample of our differential fuzz test corpus in CI

This commit is contained in:
Nick Fitzgerald
2020-01-17 16:19:38 -08:00
parent 1bf8de35f3
commit 1667c462c5

View File

@@ -98,6 +98,11 @@ jobs:
| shuf \
| head -n 100 \
| 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`
# compiles to Emscripten.