Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run fuzzer in CI #93

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Run fuzzer in CI #93

merged 3 commits into from
Mar 22, 2023

Conversation

tcharding
Copy link
Member

As we do in rust-bitcoin run the fuzzer for each PR and each push.

Fix: #43

Clippy emits:

 error: manual check for common ascii range

As suggested, use `is_ascii_*` methods instead of checking for ascii
rang manually.
We do not use travis any more, rename the fuzzing script accordingly.
As we do for `rust-bitcoin` run the fuzzer on each push and pull
request. Requires:

- Minor changes to fuzz target `encode_decode` to use current API
- Installing hongfuzz without default dependencies (`arbitrary`)
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 37d285c

@apoelstra apoelstra merged commit 1645683 into rust-bitcoin:master Mar 22, 2023
@tcharding tcharding deleted the 03-22-fuzzing branch March 22, 2023 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants