mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-10 04:59:06 +02:00
Merge pull request #7494 from morehouse/fuzz_ci
github: run fuzz tests with unit tests
This commit is contained in:
commit
d5f5565e50
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:
|
||||
|
@ -67,6 +67,9 @@ unlock or create.
|
||||
|
||||
## Testing
|
||||
|
||||
* [Started](https://github.com/lightningnetwork/lnd/pull/7494) running fuzz
|
||||
tests in CI.
|
||||
|
||||
* [Added fuzz tests](https://github.com/lightningnetwork/lnd/pull/7649) for
|
||||
signature parsing and conversion.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user