Skip to content

Commit

Permalink
CI: run a sample of our differential fuzz test corpus in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jan 18, 2020
1 parent 1bf8de3 commit 1667c46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 1667c46

Please sign in to comment.