aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-18 10:27:55 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-18 10:27:55 +0100
commit18fd522ca9a74cf8690a6c9b9b729e78c6ed41fd (patch)
tree70592bc364fb1b6153897ff906ee40c09e5fcae4 /.github
parent52933d7283736fe3ae15e7ac44c02ca3bd95fe6d (diff)
ci, msvc: Add "Run fuzz binaries" step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8cf7a55111..44521c1af3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -302,3 +302,9 @@ jobs:
Set-Location "$env:RUNNER_TEMP\qa-assets"
Write-Host "Using qa-assets repo from commit ..."
git log -1
+
+ - name: Run fuzz binaries
+ env:
+ BITCOINFUZZ: "${{ github.workspace}}\\src\\fuzz.exe"
+ shell: cmd
+ run: py -3 test\fuzz\test_runner.py --par %NUMBER_OF_PROCESSORS% --loglevel DEBUG %RUNNER_TEMP%\qa-assets\fuzz_seed_corpus