Andrew Poelstra
d25aba8ca0
fuzz: use travis-fuzz.sh in CI
2022-08-30 21:51:42 +00:00
Andrew Poelstra
407cbca111
fuzz: remove mysteriously-not-necessary quotes from gh action script
2022-08-30 20:42:28 +00:00
Andrew Poelstra
0a32525862
fuzz: disable features in honggfuzz
2022-08-30 20:42:28 +00:00
Andrew Poelstra
c7910f4561
Revert "Temporarily disable fuzzing"
...
This reverts commit 720ea29865
.
2022-08-30 20:42:28 +00:00
Tobin C. Harding
720ea29865
Temporarily disable fuzzing
...
Honggfuzz is broken, I have no idea why but no PRs can merge while its
broken.
2022-08-24 08:34:57 +10:00
sanket1729
8016a858f9
Tempararily pin fuzzer on rust 1.58
...
I think this might take a while to resolve and we should move ahead with
1.58. Looks like the fresh release of 1.59 added LLVM 13.0 that broke
some things.
2022-02-24 23:47:30 -08:00
Andrew Ahlers
006193f5b6
feat: Support running CI locally with `act`
...
Disable problematic jobs that involve Github Actions caching or `cross`
whenever the environment is set to ACT. This allows running the CI
pipeline locally and hopefully speeds up PR cycle times by reducing
unexpected CI pipeline results.
2022-02-17 21:11:30 +01:00
Riccardo Casatta
106acdc3ac
Add fuzzing for Witness struct
2021-12-28 09:56:41 +01:00
Martin Habovstiak
0e1b99359c
Added fuzz test for `Script::bytes_to_asm_fmt`
...
This adds fuzz target for `Script::bytes_to_asm_fmt` which could
panic due to overflow in the past. Fuzzing should decrease the risk of
other panics.
2021-09-30 15:06:18 +02:00
Riccardo Casatta
2bbf63c7e0
Use stable toolchain for fuzzing
2021-09-27 20:04:14 +02:00
Riccardo Casatta
1aefc1ccf3
In fuzzing add a final job verifying all the fuzz targets have been executed
2021-09-24 11:49:42 +02:00
Riccardo Casatta
3e310d3c26
execute fuzzing in separate ci workflow
2021-09-23 11:41:03 +02:00