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 64be91f commit 5b9c304Copy full SHA for 5b9c304
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: 'fuzz'
30
runner: 'ubuntu-24.04'
31
timeout-minutes: 240
32
- file-env: './ci/test/00_setup_env_native_fuzz.sh'
+ file-env: './bitcoin-core/ci/test/00_setup_env_native_fuzz.sh'
33
34
steps:
35
- name: Checkout
@@ -60,7 +60,10 @@ jobs:
60
run: sudo sysctl -w vm.mmap_rnd_bits=28
61
62
- name: CI script
63
- run: ./bitcoin-core/ci/test_run_all.sh
+ run: |
64
+ mkdir -p ./bitcoin-core/ci/scratch/qa-assets
65
+ mv ./{.git,fuzz_corpora} ./bitcoin-core/ci/scratch/qa-assets/
66
+ ./bitcoin-core/ci/test_run_all.sh
67
68
- name: Save caches
69
uses: willcl-ark/bitcoin/.github/actions/save-caches@cirrus-runners
0 commit comments