Browse Source

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

pull/833/head
Nick Fitzgerald 5 years ago
parent
commit
1667c462c5
  1. 5
      .github/workflows/main.yml

5
.github/workflows/main.yml

@ -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.

Loading…
Cancel
Save