Skip to content

Commit

Permalink
ci, msvc: Add "Run fuzz binaries" step
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 10, 2024
1 parent 0737f4e commit 74bbc9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74bbc9e

Please sign in to comment.