We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c283 commit 11dde05Copy full SHA for 11dde05
.github/workflows/build.yml
@@ -267,7 +267,7 @@ jobs:
267
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
268
run: |
269
cd fuzz
270
- RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always --lib --bins
+ RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always
271
cargo clean
272
- name: Run fuzzers
273
run: cd fuzz && ./ci-fuzz.sh && cd ..
0 commit comments