mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
ci, msvc: Add "Run fuzz binaries" step
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -302,3 +302,9 @@ jobs:
|
|||||||
Set-Location "$env:RUNNER_TEMP\qa-assets"
|
Set-Location "$env:RUNNER_TEMP\qa-assets"
|
||||||
Write-Host "Using qa-assets repo from commit ..."
|
Write-Host "Using qa-assets repo from commit ..."
|
||||||
git log -1
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user