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 52933d7 commit 18fd522Copy full SHA for 18fd522
.github/workflows/ci.yml
@@ -302,3 +302,9 @@ jobs:
302
Set-Location "$env:RUNNER_TEMP\qa-assets"
303
Write-Host "Using qa-assets repo from commit ..."
304
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