We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22544fe commit d51f395Copy full SHA for d51f395
.github/workflows/ci.yml
@@ -107,8 +107,10 @@ jobs:
107
working-directory: fuzz
108
- uses: dtolnay/install@honggfuzz
109
- run: sudo apt-get install binutils-dev libunwind-dev
110
+ continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387
111
- run: cargo hfuzz build --no-default-features --features honggfuzz
112
113
114
115
clippy:
116
name: Clippy
0 commit comments