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