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 92aef81Copy full SHA for 92aef81
.github/workflows/ci.yml
@@ -35,13 +35,13 @@ jobs:
35
- name: Checkout
36
uses: actions/checkout@v5
37
with:
38
+ path: qa-assets
39
fetch-depth: 1
40
41
- name: Checkout Bitcoin Core
42
43
44
repository: bitcoin/bitcoin
- path: bitcoin-core
45
46
47
- name: Configure environment
@@ -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 ./ci/scratch/qa-assets
65
+ mv ./qa-assets/{.git,fuzz_corpora} ./ci/scratch/qa-assets/
66
+ ./ci/test_run_all.sh
67
68
- name: Save caches
69
uses: willcl-ark/bitcoin/.github/actions/save-caches@cirrus-runners
0 commit comments