Skip to content

Commit f0ec19d

Browse files
committed
Run cargo clean after write-seeds step
.. to hopefully clear up some disk space in the process.
1 parent d33a1d1 commit f0ec19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export RUSTFLAGS="--cfg=secp256k1_fuzz --cfg=hashes_fuzz"
1818
mkdir -p hfuzz_workspace/full_stack_target/input
1919
pushd write-seeds
2020
RUSTFLAGS="$RUSTFLAGS --cfg=fuzzing" cargo run ../hfuzz_workspace/full_stack_target/input
21+
cargo clean
2122
popd
2223

2324
cargo install --color always --force honggfuzz --no-default-features

0 commit comments

Comments
 (0)