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 19dcedd commit 23cb820Copy full SHA for 23cb820
.github/workflows/ci.yml
@@ -295,3 +295,10 @@ jobs:
295
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
296
shell: cmd
297
run: py -3 test\functional\test_runner.py --jobs %NUMBER_OF_PROCESSORS% --ci --quiet --tmpdirprefix=%RUNNER_TEMP% --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% %TEST_RUNNER_EXTRA%
298
+
299
+ - name: Clone fuzz corpus
300
+ run: |
301
+ git clone --depth=1 https://github.com/bitcoin-core/qa-assets "$env:RUNNER_TEMP\qa-assets"
302
+ Set-Location "$env:RUNNER_TEMP\qa-assets"
303
+ Write-Host "Using qa-assets repo from commit ..."
304
+ git log -1
0 commit comments