Skip to content

Commit b7874df

Browse files
Add lightning invoice fuzzing to CI
1 parent 033a81f commit b7874df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ jobs:
204204
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
205205
run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
206206
- name: Run fuzzers
207-
run: cd fuzz && ./ci-fuzz.sh
207+
run: cd fuzz && ./ci-fuzz.sh && cd ..
208+
- name: Run lightning-invoice fuzzers
209+
run: cd lightning-invoice/fuzz && cargo test --verbose && ./ci-fuzz.sh
208210

209211
linting:
210212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)