Merge rust-bitcoin/rust-bitcoin#1200: Temporarily disable fuzzing in CI
720ea29865
Temporarily disable fuzzing (Tobin C. Harding) Pull request description: Honggfuzz is broken, I have no idea why but no PRs can merge while its broken. (I tried a bunch of other things but could not debug this issue.) ACKs for top commit: apoelstra: ACK720ea29865
sanket1729: ACK ACK720ea29865
Tree-SHA512: f6c10ce38fb20c0d9593a4cc3c6d2a6e7ae8bd4cf1608a96278725ed1268bdb9f732b2616b534be9f219042942818aca6c7d6af87079b6a0533f9f795fabbe27
This commit is contained in:
commit
5e67419b14
|
@ -1,6 +1,7 @@
|
|||
name: Fuzz
|
||||
|
||||
on: [push, pull_request]
|
||||
# Temporarily disable job until someone works out how to fix honggfuzz.
|
||||
on: []
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue