From 0f37a8d8b85f0d5d9e4059fa29e25c78b6a577f7 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sat, 25 May 2024 16:03:10 -0700 Subject: [PATCH] ci: `cargo fuzz cmin` may be more effective with `-dict` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bbfc0ae..0cdee373 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,7 +132,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: fuzz - args: cmin --all-features fuzz_read fuzz/corpus/fuzz_read -- fuzz/corpus/new_seed + args: cmin --all-features fuzz_read fuzz/corpus/fuzz_read -- -dict=fuzz/fuzz.dict fuzz/corpus/new_seed - name: Upload updated seed corpus if: always() uses: actions/upload-artifact@v4