Skip to content

Commit 18fd522

Browse files
committed
ci, msvc: Add "Run fuzz binaries" step
1 parent 52933d7 commit 18fd522

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,9 @@ jobs:
302302
Set-Location "$env:RUNNER_TEMP\qa-assets"
303303
Write-Host "Using qa-assets repo from commit ..."
304304
git log -1
305+
306+
- name: Run fuzz binaries
307+
env:
308+
BITCOINFUZZ: "${{ github.workspace}}\\src\\fuzz.exe"
309+
shell: cmd
310+
run: py -3 test\fuzz\test_runner.py --par %NUMBER_OF_PROCESSORS% --loglevel DEBUG %RUNNER_TEMP%\qa-assets\fuzz_seed_corpus

0 commit comments

Comments
 (0)