We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56069ba commit b516b3dCopy full SHA for b516b3d
.github/workflows/build.yml
@@ -207,7 +207,9 @@ jobs:
207
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
208
run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
209
- name: Run fuzzers
210
- run: cd fuzz && ./ci-fuzz.sh
+ run: cd fuzz && ./ci-fuzz.sh && cd ..
211
+ - name: Run lightning-invoice fuzzers
212
+ run: cd lightning-invoice/fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose && ./ci-fuzz.sh
213
214
linting:
215
runs-on: ubuntu-latest
0 commit comments