mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
ci: Only clone bitcoin-core/qa-assets when fuzzing
This commit is contained in:
parent
3f5107d008
commit
fae1e99289
1 changed files with 2 additions and 0 deletions
|
|
@ -102,7 +102,9 @@ else
|
|||
fi
|
||||
|
||||
if [ ! -d ${DIR_QA_ASSETS} ]; then
|
||||
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
|
||||
DOCKER_EXEC git clone https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
|
||||
fi
|
||||
fi
|
||||
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue