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 033a81f commit b7874dfCopy full SHA for b7874df
.github/workflows/build.yml
@@ -204,7 +204,9 @@ jobs:
204
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
205
run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
206
- name: Run fuzzers
207
- run: cd fuzz && ./ci-fuzz.sh
+ 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
210
211
linting:
212
runs-on: ubuntu-latest
0 commit comments