Skip to content

Commit

Permalink
github/workflows/test_jpg: Use updated fuzz references
Browse files Browse the repository at this point in the history
Signed-off-by: caleb <etemesicaleb@gmail.com>
  • Loading branch information
etemesi254 committed Feb 25, 2023
1 parent 5a43f0f commit d427e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_jpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Test jpeg
run: cargo test --verbose --package=zune-jpeg
- name: Fuzz jpeg
run: cargo +nightly fuzz run --fuzz-dir zune-jpeg/fuzz decode_buffer -j2 -- -timeout=10s -max_total_time=120 zune-jpeg/test-images/fuzz_references
run: cargo +nightly fuzz run --fuzz-dir zune-jpeg/fuzz decode_buffer -j2 -- -timeout=10s -max_total_time=120 fuzz-corpus/jpeg

0 comments on commit d427e42

Please sign in to comment.