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 18, 2024
1 parent 52933d7 commit 18fd522
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
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 18fd522

Please sign in to comment.