We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f68d71 + 5a771c3 commit c835e80Copy full SHA for c835e80
.github/workflows/build.yml
@@ -229,7 +229,10 @@ jobs:
229
run: |
230
cd fuzz && cargo update -p regex --precise "1.9.6" --verbose && cd ..
231
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
232
- run: cd fuzz && RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always
+ run: |
233
+ cd fuzz
234
+ RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always
235
+ cargo clean
236
- name: Run fuzzers
237
run: cd fuzz && ./ci-fuzz.sh && cd ..
238
0 commit comments