mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
github: run fuzz tests with unit tests
We download and extract the fuzzing seed corpora into the LND tree so that "make unit" automatically runs the fuzz tests on the seeds.
This commit is contained in:
parent
ac3e7be9a0
commit
acace4d330
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -167,6 +167,15 @@ jobs:
|
|||
- name: git checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: git checkout fuzzing seeds
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: lightninglabs/lnd-fuzz
|
||||
path: lnd-fuzz
|
||||
|
||||
- name: rsync fuzzing seeds
|
||||
run: rsync -a --ignore-existing lnd-fuzz/ ./
|
||||
|
||||
- name: setup go ${{ env.GO_VERSION }}
|
||||
uses: ./.github/actions/setup-go
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue