mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Add lightning invoice fuzzing to CI
This commit is contained in:
parent
56069ba7aa
commit
b516b3da19
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -207,7 +207,9 @@ jobs:
|
|||
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
|
||||
run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
|
||||
- name: Run fuzzers
|
||||
run: cd fuzz && ./ci-fuzz.sh
|
||||
run: cd fuzz && ./ci-fuzz.sh && cd ..
|
||||
- name: Run lightning-invoice fuzzers
|
||||
run: cd lightning-invoice/fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose && ./ci-fuzz.sh
|
||||
|
||||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue